#[repr(C)]pub struct OpusProjectionDecoder {
pub demixing_matrix_size_in_bytes: i32,
}
Fields§
§demixing_matrix_size_in_bytes: i32
Trait 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 moreimpl Copy for OpusProjectionDecoder
Auto Trait Implementations§
impl Freeze for OpusProjectionDecoder
impl RefUnwindSafe for OpusProjectionDecoder
impl Send for OpusProjectionDecoder
impl Sync for OpusProjectionDecoder
impl Unpin for OpusProjectionDecoder
impl UnwindSafe for OpusProjectionDecoder
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