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