Struct avrox_display::gfx::pixels::Rgb4bit
source · pub struct Rgb4bit(/* private fields */);
Expand description
A 4-bit RGB value
Implementations§
Trait Implementations§
source§impl PartialEq for Rgb4bit
impl PartialEq for Rgb4bit
impl Copy for Rgb4bit
impl Eq for Rgb4bit
impl StructuralPartialEq for Rgb4bit
Auto Trait Implementations§
impl Freeze for Rgb4bit
impl RefUnwindSafe for Rgb4bit
impl Send for Rgb4bit
impl Sync for Rgb4bit
impl Unpin for Rgb4bit
impl UnwindSafe for Rgb4bit
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
source§impl<X> DisplayAs<X> for Xwhere
X: Clone,
impl<X> DisplayAs<X> for Xwhere
X: Clone,
fn display_value(&self) -> X
source§fn is_mutable(&self) -> bool
fn is_mutable(&self) -> bool
True if this value is mutable (i.e. can change underneath us :-).)