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