pub struct SpeakerLocationBlock {}Available on crate feature
v0_3 only.Expand description
Speaker Location Data Block, defined in section 7.5.16.
Trait Implementations§
Source§impl Clone for SpeakerLocationBlock
impl Clone for SpeakerLocationBlock
Source§fn clone(&self) -> SpeakerLocationBlock
fn clone(&self) -> SpeakerLocationBlock
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 SpeakerLocationBlock
impl Debug for SpeakerLocationBlock
Source§impl From<di_cta_speaker_location_block> for SpeakerLocationBlock
impl From<di_cta_speaker_location_block> for SpeakerLocationBlock
Source§fn from(value: di_cta_speaker_location_block) -> SpeakerLocationBlock
fn from(value: di_cta_speaker_location_block) -> SpeakerLocationBlock
Converts to this type from the input type.
impl Copy for SpeakerLocationBlock
Auto Trait Implementations§
impl Freeze for SpeakerLocationBlock
impl RefUnwindSafe for SpeakerLocationBlock
impl Send for SpeakerLocationBlock
impl Sync for SpeakerLocationBlock
impl Unpin for SpeakerLocationBlock
impl UnwindSafe for SpeakerLocationBlock
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