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