#[repr(C)]pub union FLAC__Subframe__bindgen_ty_1 {
pub constant: FLAC__Subframe_Constant,
pub fixed: FLAC__Subframe_Fixed,
pub lpc: FLAC__Subframe_LPC,
pub verbatim: FLAC__Subframe_Verbatim,
}Fields§
§constant: FLAC__Subframe_Constant§fixed: FLAC__Subframe_Fixed§lpc: FLAC__Subframe_LPC§verbatim: FLAC__Subframe_VerbatimTrait Implementations§
Source§impl Clone for FLAC__Subframe__bindgen_ty_1
impl Clone for FLAC__Subframe__bindgen_ty_1
Source§fn clone(&self) -> FLAC__Subframe__bindgen_ty_1
fn clone(&self) -> FLAC__Subframe__bindgen_ty_1
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__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for FLAC__Subframe__bindgen_ty_1
impl RefUnwindSafe for FLAC__Subframe__bindgen_ty_1
impl !Send for FLAC__Subframe__bindgen_ty_1
impl !Sync for FLAC__Subframe__bindgen_ty_1
impl Unpin for FLAC__Subframe__bindgen_ty_1
impl UnwindSafe for FLAC__Subframe__bindgen_ty_1
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