#[repr(C)]pub struct FLAC__StreamDecoder {
pub protected_: *mut FLAC__StreamDecoderProtected,
pub private_: *mut FLAC__StreamDecoderPrivate,
}Fields§
§protected_: *mut FLAC__StreamDecoderProtected§private_: *mut FLAC__StreamDecoderPrivateTrait Implementations§
Source§impl Clone for FLAC__StreamDecoder
impl Clone for FLAC__StreamDecoder
Source§fn clone(&self) -> FLAC__StreamDecoder
fn clone(&self) -> FLAC__StreamDecoder
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 moreSource§impl Debug for FLAC__StreamDecoder
impl Debug for FLAC__StreamDecoder
impl Copy for FLAC__StreamDecoder
Auto Trait Implementations§
impl Freeze for FLAC__StreamDecoder
impl RefUnwindSafe for FLAC__StreamDecoder
impl !Send for FLAC__StreamDecoder
impl !Sync for FLAC__StreamDecoder
impl Unpin for FLAC__StreamDecoder
impl UnwindSafe for FLAC__StreamDecoder
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