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