#[repr(transparent)]pub struct TrackUid(pub u64);Expand description
Globally unique track identifier across all sources in a session.
Tuple Fields§
§0: u64Trait Implementations§
impl Copy for TrackUid
impl Eq for TrackUid
impl StructuralPartialEq for TrackUid
Auto Trait Implementations§
impl Freeze for TrackUid
impl RefUnwindSafe for TrackUid
impl Send for TrackUid
impl Sync for TrackUid
impl Unpin for TrackUid
impl UnsafeUnpin for TrackUid
impl UnwindSafe for TrackUid
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