#[repr(transparent)]pub struct TransactionCompletionAction_Layout {
pub discriminant: c_int,
}Fields§
§discriminant: c_intTrait Implementations§
Source§impl Clone for TransactionCompletionAction_Layout
impl Clone for TransactionCompletionAction_Layout
Source§fn clone(&self) -> TransactionCompletionAction_Layout
fn clone(&self) -> TransactionCompletionAction_Layout
Returns a duplicate 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 moreSource§impl From<i32> for TransactionCompletionAction_Layout
impl From<i32> for TransactionCompletionAction_Layout
Source§impl PartialEq for TransactionCompletionAction_Layout
impl PartialEq for TransactionCompletionAction_Layout
Source§fn eq(&self, other: &TransactionCompletionAction_Layout) -> bool
fn eq(&self, other: &TransactionCompletionAction_Layout) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl ReprC for TransactionCompletionAction_Layout
impl ReprC for TransactionCompletionAction_Layout
Source§type CLayout = TransactionCompletionAction_Layout
type CLayout = TransactionCompletionAction_Layout
The
CType having the same layout as Self.impl Copy for TransactionCompletionAction_Layout
impl Eq for TransactionCompletionAction_Layout
impl StructuralPartialEq for TransactionCompletionAction_Layout
Auto Trait Implementations§
impl Freeze for TransactionCompletionAction_Layout
impl RefUnwindSafe for TransactionCompletionAction_Layout
impl Send for TransactionCompletionAction_Layout
impl Sync for TransactionCompletionAction_Layout
impl Unpin for TransactionCompletionAction_Layout
impl UnwindSafe for TransactionCompletionAction_Layout
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