Struct libflac_sys::FLAC__StreamDecoder [−][src]
#[repr(C)]pub struct FLAC__StreamDecoder { pub protected_: *mut FLAC__StreamDecoderProtected, pub private_: *mut FLAC__StreamDecoderPrivate, }
Fields
protected_: *mut FLAC__StreamDecoderProtectedprivate_: *mut FLAC__StreamDecoderPrivateTrait Implementations
Auto Trait Implementations
impl !Send for FLAC__StreamDecoderimpl !Sync for FLAC__StreamDecoderimpl Unpin for FLAC__StreamDecoder