Struct RIFFCHUNK
#[repr(C, packed(2))]pub struct RIFFCHUNK {
pub fcc: u32,
pub cb: u32,
}
Fields§
§fcc: u32
§cb: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RIFFCHUNK
impl RefUnwindSafe for RIFFCHUNK
impl Send for RIFFCHUNK
impl Sync for RIFFCHUNK
impl Unpin for RIFFCHUNK
impl UnwindSafe for RIFFCHUNK
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