pub enum R16_G16_B16 {}Expand description
Trait Implementations§
Source§impl Clone for R16_G16_B16
impl Clone for R16_G16_B16
Source§fn clone(&self) -> R16_G16_B16
fn clone(&self) -> R16_G16_B16
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 R16_G16_B16
impl Debug for R16_G16_B16
Source§impl Hash for R16_G16_B16
impl Hash for R16_G16_B16
Source§impl Ord for R16_G16_B16
impl Ord for R16_G16_B16
Source§fn cmp(&self, other: &R16_G16_B16) -> Ordering
fn cmp(&self, other: &R16_G16_B16) -> 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 R16_G16_B16
impl PartialEq for R16_G16_B16
Source§impl PartialOrd for R16_G16_B16
impl PartialOrd for R16_G16_B16
Source§impl SurfaceTyped for R16_G16_B16
impl SurfaceTyped for R16_G16_B16
Source§fn get_surface_type() -> SurfaceType
fn get_surface_type() -> SurfaceType
Return the run-time value of the type.
impl BufferSurface for R16_G16_B16
impl Copy for R16_G16_B16
impl Eq for R16_G16_B16
impl RenderSurface for R16_G16_B16
impl StructuralPartialEq for R16_G16_B16
impl TextureSurface for R16_G16_B16
Auto Trait Implementations§
impl Freeze for R16_G16_B16
impl RefUnwindSafe for R16_G16_B16
impl Send for R16_G16_B16
impl Sync for R16_G16_B16
impl Unpin for R16_G16_B16
impl UnwindSafe for R16_G16_B16
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