pub struct RGB8 {
pub rrggbb: u32,
}Fields§
§rrggbb: u32Implementations§
Trait Implementations§
impl Copy for RGB8
impl Eq for RGB8
impl StructuralPartialEq for RGB8
Auto Trait Implementations§
impl Freeze for RGB8
impl RefUnwindSafe for RGB8
impl Send for RGB8
impl Sync for RGB8
impl Unpin for RGB8
impl UnsafeUnpin for RGB8
impl UnwindSafe for RGB8
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