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