Struct TRANSACTION_NOTIFICATION
#[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: u32
Trait Implementations§
§impl Clone for TRANSACTION_NOTIFICATION
impl Clone for TRANSACTION_NOTIFICATION
§fn clone(&self) -> TRANSACTION_NOTIFICATION
fn clone(&self) -> TRANSACTION_NOTIFICATION
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 moreimpl Copy for TRANSACTION_NOTIFICATION
Auto Trait Implementations§
impl Freeze for TRANSACTION_NOTIFICATION
impl RefUnwindSafe for TRANSACTION_NOTIFICATION
impl !Send for TRANSACTION_NOTIFICATION
impl !Sync for TRANSACTION_NOTIFICATION
impl Unpin 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