Struct unsafe_libopus::OpusProjectionDecoder
source · #[repr(C)]pub struct OpusProjectionDecoder {
pub demixing_matrix_size_in_bytes: i32,
}Fields§
§demixing_matrix_size_in_bytes: i32Trait Implementations§
source§impl Clone for OpusProjectionDecoder
impl Clone for OpusProjectionDecoder
source§fn clone(&self) -> OpusProjectionDecoder
fn clone(&self) -> OpusProjectionDecoder
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