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