Struct WMPSyncState
#[repr(transparent)]pub struct WMPSyncState(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for WMPSyncState
impl Clone for WMPSyncState
§fn clone(&self) -> WMPSyncState
fn clone(&self) -> WMPSyncState
Returns a copy 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 more§impl Debug for WMPSyncState
impl Debug for WMPSyncState
§impl Default for WMPSyncState
impl Default for WMPSyncState
§fn default() -> WMPSyncState
fn default() -> WMPSyncState
Returns the “default value” for a type. Read more
§impl PartialEq for WMPSyncState
impl PartialEq for WMPSyncState
impl Copy for WMPSyncState
impl Eq for WMPSyncState
impl StructuralPartialEq for WMPSyncState
Auto Trait Implementations§
impl Freeze for WMPSyncState
impl RefUnwindSafe for WMPSyncState
impl Send for WMPSyncState
impl Sync for WMPSyncState
impl Unpin for WMPSyncState
impl UnwindSafe for WMPSyncState
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