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