pub struct SadMpegAacLe {
pub supports_multichannel_sound: bool,
}Fields§
§supports_multichannel_sound: boolTrait Implementations§
Source§impl Clone for SadMpegAacLe
impl Clone for SadMpegAacLe
Source§fn clone(&self) -> SadMpegAacLe
fn clone(&self) -> SadMpegAacLe
Returns a duplicate 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 moreSource§impl Debug for SadMpegAacLe
impl Debug for SadMpegAacLe
Source§impl From<di_cta_sad_mpeg_aac_le> for SadMpegAacLe
impl From<di_cta_sad_mpeg_aac_le> for SadMpegAacLe
Source§fn from(value: di_cta_sad_mpeg_aac_le) -> SadMpegAacLe
fn from(value: di_cta_sad_mpeg_aac_le) -> SadMpegAacLe
Converts to this type from the input type.
impl Copy for SadMpegAacLe
Auto Trait Implementations§
impl Freeze for SadMpegAacLe
impl RefUnwindSafe for SadMpegAacLe
impl Send for SadMpegAacLe
impl Sync for SadMpegAacLe
impl Unpin for SadMpegAacLe
impl UnwindSafe for SadMpegAacLe
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