Struct WMPStringCollectionChangeEventType
#[repr(transparent)]pub struct WMPStringCollectionChangeEventType(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for WMPStringCollectionChangeEventType
impl Clone for WMPStringCollectionChangeEventType
§fn clone(&self) -> WMPStringCollectionChangeEventType
fn clone(&self) -> WMPStringCollectionChangeEventType
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 WMPStringCollectionChangeEventType
impl Debug for WMPStringCollectionChangeEventType
§impl Default for WMPStringCollectionChangeEventType
impl Default for WMPStringCollectionChangeEventType
§fn default() -> WMPStringCollectionChangeEventType
fn default() -> WMPStringCollectionChangeEventType
Returns the “default value” for a type. Read more
§impl PartialEq for WMPStringCollectionChangeEventType
impl PartialEq for WMPStringCollectionChangeEventType
§fn eq(&self, other: &WMPStringCollectionChangeEventType) -> bool
fn eq(&self, other: &WMPStringCollectionChangeEventType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for WMPStringCollectionChangeEventType
impl Eq for WMPStringCollectionChangeEventType
impl StructuralPartialEq for WMPStringCollectionChangeEventType
Auto Trait Implementations§
impl Freeze for WMPStringCollectionChangeEventType
impl RefUnwindSafe for WMPStringCollectionChangeEventType
impl Send for WMPStringCollectionChangeEventType
impl Sync for WMPStringCollectionChangeEventType
impl Unpin for WMPStringCollectionChangeEventType
impl UnwindSafe for WMPStringCollectionChangeEventType
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