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