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