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