#[repr(C)]pub struct OpusProjectionEncoder {
pub mixing_matrix_size_in_bytes: i32,
pub demixing_matrix_size_in_bytes: i32,
}
Fields§
§mixing_matrix_size_in_bytes: i32
§demixing_matrix_size_in_bytes: i32
Trait Implementations§
Source§impl Clone for OpusProjectionEncoder
impl Clone for OpusProjectionEncoder
Source§fn clone(&self) -> OpusProjectionEncoder
fn clone(&self) -> OpusProjectionEncoder
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 OpusProjectionEncoder
Auto Trait Implementations§
impl Freeze for OpusProjectionEncoder
impl RefUnwindSafe for OpusProjectionEncoder
impl Send for OpusProjectionEncoder
impl Sync for OpusProjectionEncoder
impl Unpin for OpusProjectionEncoder
impl UnwindSafe for OpusProjectionEncoder
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