Struct unsafe_libopus::OpusMSDecoder 
source · #[repr(C)]pub struct OpusMSDecoder {
    pub layout: ChannelLayout,
}Fields§
§layout: ChannelLayoutTrait Implementations§
source§impl Clone for OpusMSDecoder
 
impl Clone for OpusMSDecoder
source§fn clone(&self) -> OpusMSDecoder
 
fn clone(&self) -> OpusMSDecoder
Returns a copy 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 more