Struct win_sys::FileSystem::TRANSACTION_NOTIFICATION_SAVEPOINT_ARGUMENT [−][src]
#[repr(C)]pub struct TRANSACTION_NOTIFICATION_SAVEPOINT_ARGUMENT {
pub SavepointId: u32,
}Expand description
Required features: Win32_Storage_FileSystem
Fields
SavepointId: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more