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