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