Struct avrox_display::gfx::pixels::Rgb8bit
source · pub struct Rgb8bit(/* private fields */);
Expand description
An 8-bit RGB value
Implementations§
Trait Implementations§
source§impl PartialEq for Rgb8bit
impl PartialEq for Rgb8bit
impl Copy for Rgb8bit
impl Eq for Rgb8bit
impl StructuralPartialEq for Rgb8bit
Auto Trait Implementations§
impl Freeze for Rgb8bit
impl RefUnwindSafe for Rgb8bit
impl Send for Rgb8bit
impl Sync for Rgb8bit
impl Unpin for Rgb8bit
impl UnwindSafe for Rgb8bit
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 :-).)