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