pub enum D24 {}Expand description
Trait Implementations§
Source§impl Ord for D24
impl Ord for D24
Source§impl PartialOrd for D24
impl PartialOrd for D24
Source§impl SurfaceTyped for D24
impl SurfaceTyped for D24
Source§fn get_surface_type() -> SurfaceType
fn get_surface_type() -> SurfaceType
Return the run-time value of the type.
impl Copy for D24
impl DepthSurface for D24
impl Eq for D24
impl StructuralPartialEq for D24
impl TextureSurface for D24
Auto Trait Implementations§
impl Freeze for D24
impl RefUnwindSafe for D24
impl Send for D24
impl Sync for D24
impl Unpin for D24
impl UnwindSafe for D24
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