#[repr(C)]pub struct FLAC__Subframe_Fixed {
pub entropy_coding_method: FLAC__EntropyCodingMethod,
pub order: u32,
pub warmup: [FLAC__int64; 4],
pub residual: *const FLAC__int32,
}Fields§
§entropy_coding_method: FLAC__EntropyCodingMethod§order: u32§warmup: [FLAC__int64; 4]§residual: *const FLAC__int32Trait Implementations§
Source§impl Clone for FLAC__Subframe_Fixed
impl Clone for FLAC__Subframe_Fixed
Source§fn clone(&self) -> FLAC__Subframe_Fixed
fn clone(&self) -> FLAC__Subframe_Fixed
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FLAC__Subframe_Fixed
Auto Trait Implementations§
impl Freeze for FLAC__Subframe_Fixed
impl RefUnwindSafe for FLAC__Subframe_Fixed
impl !Send for FLAC__Subframe_Fixed
impl !Sync for FLAC__Subframe_Fixed
impl Unpin for FLAC__Subframe_Fixed
impl UnwindSafe for FLAC__Subframe_Fixed
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