pub struct FourCC(pub [u8; 4]);Expand description
Four-character code (FourCC) used throughout RIFF/AVI.
Tuple Fields§
§0: [u8; 4]Implementations§
Source§impl FourCC
impl FourCC
pub const RIFF: Self
pub const AVI: Self
pub const LIST: Self
pub const AVIH: Self
pub const STRH: Self
pub const STRF: Self
pub const IDX1: Self
pub const MOVI: Self
pub const HDRL: Self
pub const STRL: Self
pub const VIDS: Self
pub const AUDS: Self
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§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)