Struct winapi::um::winnt::TRANSACTION_LIST_ENTRY
source · #[repr(C)]pub struct TRANSACTION_LIST_ENTRY {
pub UOW: UOW,
}
Fields§
§UOW: UOW
Trait Implementations§
source§impl Clone for TRANSACTION_LIST_ENTRY
impl Clone for TRANSACTION_LIST_ENTRY
source§fn clone(&self) -> TRANSACTION_LIST_ENTRY
fn clone(&self) -> TRANSACTION_LIST_ENTRY
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 moresource§impl Default for TRANSACTION_LIST_ENTRY
impl Default for TRANSACTION_LIST_ENTRY
source§fn default() -> TRANSACTION_LIST_ENTRY
fn default() -> TRANSACTION_LIST_ENTRY
Returns the “default value” for a type. Read more