Struct windows::Win32::System::DataExchange::CONVINFO_STATUS
#[repr(transparent)]pub struct CONVINFO_STATUS(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl CONVINFO_STATUS
impl CONVINFO_STATUS
Trait Implementations§
§impl BitAnd for CONVINFO_STATUS
impl BitAnd for CONVINFO_STATUS
§impl BitAndAssign for CONVINFO_STATUS
impl BitAndAssign for CONVINFO_STATUS
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for CONVINFO_STATUS
impl BitOr for CONVINFO_STATUS
§impl BitOrAssign for CONVINFO_STATUS
impl BitOrAssign for CONVINFO_STATUS
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for CONVINFO_STATUS
impl Clone for CONVINFO_STATUS
§fn clone(&self) -> CONVINFO_STATUS
fn clone(&self) -> CONVINFO_STATUS
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 CONVINFO_STATUS
impl Debug for CONVINFO_STATUS
§impl Default for CONVINFO_STATUS
impl Default for CONVINFO_STATUS
§fn default() -> CONVINFO_STATUS
fn default() -> CONVINFO_STATUS
Returns the “default value” for a type. Read more
§impl Not for CONVINFO_STATUS
impl Not for CONVINFO_STATUS
§impl PartialEq for CONVINFO_STATUS
impl PartialEq for CONVINFO_STATUS
§fn eq(&self, other: &CONVINFO_STATUS) -> bool
fn eq(&self, other: &CONVINFO_STATUS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CONVINFO_STATUS
impl Eq for CONVINFO_STATUS
impl StructuralPartialEq for CONVINFO_STATUS
Auto Trait Implementations§
impl Freeze for CONVINFO_STATUS
impl RefUnwindSafe for CONVINFO_STATUS
impl Send for CONVINFO_STATUS
impl Sync for CONVINFO_STATUS
impl Unpin for CONVINFO_STATUS
impl UnwindSafe for CONVINFO_STATUS
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)