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