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