pub struct FourCC(/* private fields */);
Expand description
A four-character code used to identify atoms.
Implementations§
Trait 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