#[repr(transparent)]pub struct MSCAP_SELECTOR(pub i32);Tuple Fields§
§0: i32Trait Implementations§
Source§impl Clone for MSCAP_SELECTOR
impl Clone for MSCAP_SELECTOR
Source§fn clone(&self) -> MSCAP_SELECTOR
fn clone(&self) -> MSCAP_SELECTOR
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MSCAP_SELECTOR
Source§impl Debug for MSCAP_SELECTOR
impl Debug for MSCAP_SELECTOR
Source§impl Default for MSCAP_SELECTOR
impl Default for MSCAP_SELECTOR
Source§fn default() -> MSCAP_SELECTOR
fn default() -> MSCAP_SELECTOR
Returns the “default value” for a type. Read more
impl Eq for MSCAP_SELECTOR
Source§impl PartialEq for MSCAP_SELECTOR
impl PartialEq for MSCAP_SELECTOR
Source§fn eq(&self, other: &MSCAP_SELECTOR) -> bool
fn eq(&self, other: &MSCAP_SELECTOR) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MSCAP_SELECTOR
Auto Trait Implementations§
impl Freeze for MSCAP_SELECTOR
impl RefUnwindSafe for MSCAP_SELECTOR
impl Send for MSCAP_SELECTOR
impl Sync for MSCAP_SELECTOR
impl Unpin for MSCAP_SELECTOR
impl UnsafeUnpin for MSCAP_SELECTOR
impl UnwindSafe for MSCAP_SELECTOR
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