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