pub struct FourCC(pub [u8; 4]);
Tuple Fields§
§0: [u8; 4]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FourCC
impl RefUnwindSafe for FourCC
impl Send for FourCC
impl Sync for FourCC
impl Unpin for FourCC
impl UnwindSafe for FourCC
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