pub struct FourCC(pub u32);Expand description
A four-character code
A 32-bit number that typically holds 4 8-bit ASCII characters, used for type and creator
codes, and resource types. Eg. mBIN SIZE ICON APPL.
Tuple Fields§
§0: u32Trait Implementations§
impl Copy for FourCC
impl Eq for FourCC
impl StructuralPartialEq for FourCC
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