#[repr(transparent)]pub struct PersistentTrackId(pub i32);Tuple Fields§
§0: i32Implementations§
Trait Implementations§
Source§impl Clone for PersistentTrackId
impl Clone for PersistentTrackId
Source§fn clone(&self) -> PersistentTrackId
fn clone(&self) -> PersistentTrackId
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 moreimpl Copy for PersistentTrackId
Source§impl Debug for PersistentTrackId
impl Debug for PersistentTrackId
impl Eq for PersistentTrackId
Source§impl PartialEq for PersistentTrackId
impl PartialEq for PersistentTrackId
Source§fn eq(&self, other: &PersistentTrackId) -> bool
fn eq(&self, other: &PersistentTrackId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialEq<i32> for PersistentTrackId
impl PartialEq<i32> for PersistentTrackId
impl StructuralPartialEq for PersistentTrackId
Auto Trait Implementations§
impl Freeze for PersistentTrackId
impl RefUnwindSafe for PersistentTrackId
impl Send for PersistentTrackId
impl Sync for PersistentTrackId
impl Unpin for PersistentTrackId
impl UnsafeUnpin for PersistentTrackId
impl UnwindSafe for PersistentTrackId
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