pub struct SadMat {
pub supports_object_audio_and_channel_based: bool,
pub requires_hash_calculation: bool,
}Fields§
§supports_object_audio_and_channel_based: bool§requires_hash_calculation: boolTrait Implementations§
Source§impl From<di_cta_sad_mat> for SadMat
impl From<di_cta_sad_mat> for SadMat
Source§fn from(value: di_cta_sad_mat) -> SadMat
fn from(value: di_cta_sad_mat) -> SadMat
Converts to this type from the input type.
impl Copy for SadMat
Auto Trait Implementations§
impl Freeze for SadMat
impl RefUnwindSafe for SadMat
impl Send for SadMat
impl Sync for SadMat
impl Unpin for SadMat
impl UnwindSafe for SadMat
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