pub struct SpeakerLocationBlockRef(/* private fields */);Expand description
Reference for SpeakerLocationBlock
Implementations§
Source§impl SpeakerLocationBlockRef
impl SpeakerLocationBlockRef
Sourcepub fn inner(&self) -> SpeakerLocationBlock
pub fn inner(&self) -> SpeakerLocationBlock
Access the inner SpeakerLocationBlock
Source§impl SpeakerLocationBlockRef
impl SpeakerLocationBlockRef
Sourcepub fn locations(&self) -> impl Iterator<Item = SpeakerLocationDescriptor>
Available on crate feature v0_3 only.
pub fn locations(&self) -> impl Iterator<Item = SpeakerLocationDescriptor>
v0_3 only.Get an array of speaker location descriptors.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpeakerLocationBlockRef
impl RefUnwindSafe for SpeakerLocationBlockRef
impl !Send for SpeakerLocationBlockRef
impl !Sync for SpeakerLocationBlockRef
impl Unpin for SpeakerLocationBlockRef
impl UnwindSafe for SpeakerLocationBlockRef
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