#[repr(C, packed(1))]pub struct Bgr(pub [u8; 3]);
Tuple Fields§
§0: [u8; 3]
Implementations§
Trait Implementations§
impl Copy for Bgr
impl Eq for Bgr
impl StructuralPartialEq for Bgr
Auto Trait Implementations§
impl Freeze for Bgr
impl RefUnwindSafe for Bgr
impl Send for Bgr
impl Sync for Bgr
impl Unpin for Bgr
impl UnwindSafe for Bgr
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