pub enum R11_G11_B10 {}Expand description
Trait Implementations§
Source§impl Clone for R11_G11_B10
impl Clone for R11_G11_B10
Source§fn clone(&self) -> R11_G11_B10
fn clone(&self) -> R11_G11_B10
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for R11_G11_B10
impl Debug for R11_G11_B10
Source§impl Hash for R11_G11_B10
impl Hash for R11_G11_B10
Source§impl Ord for R11_G11_B10
impl Ord for R11_G11_B10
Source§fn cmp(&self, other: &R11_G11_B10) -> Ordering
fn cmp(&self, other: &R11_G11_B10) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for R11_G11_B10
impl PartialEq for R11_G11_B10
Source§impl PartialOrd for R11_G11_B10
impl PartialOrd for R11_G11_B10
Source§impl SurfaceTyped for R11_G11_B10
impl SurfaceTyped for R11_G11_B10
Source§fn get_surface_type() -> SurfaceType
fn get_surface_type() -> SurfaceType
Return the run-time value of the type.
impl BufferSurface for R11_G11_B10
impl Copy for R11_G11_B10
impl Eq for R11_G11_B10
impl RenderSurface for R11_G11_B10
impl StructuralPartialEq for R11_G11_B10
impl TextureSurface for R11_G11_B10
Auto Trait Implementations§
impl Freeze for R11_G11_B10
impl RefUnwindSafe for R11_G11_B10
impl Send for R11_G11_B10
impl Sync for R11_G11_B10
impl Unpin for R11_G11_B10
impl UnwindSafe for R11_G11_B10
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