pub struct AudioSiteKey(pub Symbol);Expand description
Stable runtime key for an audio evaluation site.
The key is plain data so device catalogs can store and compare audio sites without carrying platform handles.
Tuple Fields§
§0: SymbolImplementations§
Trait Implementations§
Source§impl Clone for AudioSiteKey
impl Clone for AudioSiteKey
Source§fn clone(&self) -> AudioSiteKey
fn clone(&self) -> AudioSiteKey
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AudioSiteKey
impl Debug for AudioSiteKey
impl Eq for AudioSiteKey
Source§impl Hash for AudioSiteKey
impl Hash for AudioSiteKey
Source§impl PartialEq for AudioSiteKey
impl PartialEq for AudioSiteKey
Source§fn eq(&self, other: &AudioSiteKey) -> bool
fn eq(&self, other: &AudioSiteKey) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AudioSiteKey
Auto Trait Implementations§
impl Freeze for AudioSiteKey
impl RefUnwindSafe for AudioSiteKey
impl Send for AudioSiteKey
impl Sync for AudioSiteKey
impl Unpin for AudioSiteKey
impl UnsafeUnpin for AudioSiteKey
impl UnwindSafe for AudioSiteKey
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