#[repr(C)]pub struct MadFrame {
pub header: MadHeader,
pub options: c_int,
pub sbsample: [[[i32; 32]; 36]; 2],
pub overlap: *mut i32,
}Fields§
§header: MadHeader§options: c_int§sbsample: [[[i32; 32]; 36]; 2]§overlap: *mut i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for MadFrame
impl RefUnwindSafe for MadFrame
impl !Send for MadFrame
impl !Sync for MadFrame
impl Unpin for MadFrame
impl UnwindSafe for MadFrame
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