#[repr(C)]pub struct TRANSACTION_NOTIFICATION {
pub TransactionKey: *mut c_void,
pub TransactionNotification: u32,
pub TmVirtualClock: i64,
pub ArgumentLength: u32,
}Fields§
§TransactionKey: *mut c_void§TransactionNotification: u32§TmVirtualClock: i64§ArgumentLength: u32Trait Implementations§
Source§impl Abi for TRANSACTION_NOTIFICATION
impl Abi for TRANSACTION_NOTIFICATION
Source§type Abi = TRANSACTION_NOTIFICATION
type Abi = TRANSACTION_NOTIFICATION
The abi representation of the implementing type. Read more
type DefaultType = TRANSACTION_NOTIFICATION
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for TRANSACTION_NOTIFICATION
impl Clone for TRANSACTION_NOTIFICATION
Source§fn clone(&self) -> TRANSACTION_NOTIFICATION
fn clone(&self) -> TRANSACTION_NOTIFICATION
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TRANSACTION_NOTIFICATION
Source§impl Debug for TRANSACTION_NOTIFICATION
impl Debug for TRANSACTION_NOTIFICATION
Source§impl Default for TRANSACTION_NOTIFICATION
impl Default for TRANSACTION_NOTIFICATION
impl Eq for TRANSACTION_NOTIFICATION
Auto Trait Implementations§
impl !Send for TRANSACTION_NOTIFICATION
impl !Sync for TRANSACTION_NOTIFICATION
impl Freeze for TRANSACTION_NOTIFICATION
impl RefUnwindSafe for TRANSACTION_NOTIFICATION
impl Unpin for TRANSACTION_NOTIFICATION
impl UnsafeUnpin for TRANSACTION_NOTIFICATION
impl UnwindSafe for TRANSACTION_NOTIFICATION
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