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