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