Struct win_sys::SystemServices::TRANSACTION_STATE
source · [−]#[repr(transparent)]pub struct TRANSACTION_STATE(pub i32);Expand description
Required features: ‘Win32_System_SystemServices’
Tuple Fields
0: i32Trait Implementations
sourceimpl Clone for TRANSACTION_STATE
impl Clone for TRANSACTION_STATE
sourcepub fn clone(&self) -> TRANSACTION_STATE
pub fn clone(&self) -> TRANSACTION_STATE
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for TRANSACTION_STATE
impl Debug for TRANSACTION_STATE
sourceimpl Default for TRANSACTION_STATE
impl Default for TRANSACTION_STATE
sourcepub fn default() -> TRANSACTION_STATE
pub fn default() -> TRANSACTION_STATE
Returns the “default value” for a type. Read more
sourceimpl PartialEq<TRANSACTION_STATE> for TRANSACTION_STATE
impl PartialEq<TRANSACTION_STATE> for TRANSACTION_STATE
sourcepub fn eq(&self, other: &TRANSACTION_STATE) -> bool
pub fn eq(&self, other: &TRANSACTION_STATE) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcepub fn ne(&self, other: &TRANSACTION_STATE) -> bool
pub fn ne(&self, other: &TRANSACTION_STATE) -> bool
This method tests for !=.
impl Copy for TRANSACTION_STATE
impl Eq for TRANSACTION_STATE
impl StructuralEq for TRANSACTION_STATE
impl StructuralPartialEq for TRANSACTION_STATE
Auto Trait Implementations
impl RefUnwindSafe for TRANSACTION_STATE
impl Send for TRANSACTION_STATE
impl Sync for TRANSACTION_STATE
impl Unpin for TRANSACTION_STATE
impl UnwindSafe for TRANSACTION_STATE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more