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