#[repr(C)]pub struct FLAC__EntropyCodingMethod {
pub type_: FLAC__EntropyCodingMethodType,
pub data: FLAC__EntropyCodingMethod__bindgen_ty_1,
}Fields§
§type_: FLAC__EntropyCodingMethodType§data: FLAC__EntropyCodingMethod__bindgen_ty_1Trait Implementations§
Source§impl Clone for FLAC__EntropyCodingMethod
impl Clone for FLAC__EntropyCodingMethod
Source§fn clone(&self) -> FLAC__EntropyCodingMethod
fn clone(&self) -> FLAC__EntropyCodingMethod
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__EntropyCodingMethod
Auto Trait Implementations§
impl Freeze for FLAC__EntropyCodingMethod
impl RefUnwindSafe for FLAC__EntropyCodingMethod
impl !Send for FLAC__EntropyCodingMethod
impl !Sync for FLAC__EntropyCodingMethod
impl Unpin for FLAC__EntropyCodingMethod
impl UnwindSafe for FLAC__EntropyCodingMethod
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