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