pub enum D24_S8 {}Expand description
Trait Implementations§
Source§impl Ord for D24_S8
impl Ord for D24_S8
Source§impl PartialOrd for D24_S8
impl PartialOrd for D24_S8
Source§impl SurfaceTyped for D24_S8
impl SurfaceTyped for D24_S8
Source§fn get_surface_type() -> SurfaceType
fn get_surface_type() -> SurfaceType
Return the run-time value of the type.
impl Copy for D24_S8
impl DepthSurface for D24_S8
impl Eq for D24_S8
impl StencilSurface for D24_S8
impl StructuralPartialEq for D24_S8
impl TextureSurface for D24_S8
Auto Trait Implementations§
impl Freeze for D24_S8
impl RefUnwindSafe for D24_S8
impl Send for D24_S8
impl Sync for D24_S8
impl Unpin for D24_S8
impl UnwindSafe for D24_S8
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more