Struct win_sys::FileSystem::KCRM_PROTOCOL_BLOB [−][src]
#[repr(C)]pub struct KCRM_PROTOCOL_BLOB {
pub ProtocolId: GUID,
pub StaticInfoLength: u32,
pub TransactionIdInfoLength: u32,
pub Unused1: u32,
pub Unused2: u32,
}Expand description
Required features: Win32_Storage_FileSystem
Fields
ProtocolId: GUIDStaticInfoLength: u32TransactionIdInfoLength: u32Unused1: u32Unused2: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for KCRM_PROTOCOL_BLOB
impl Send for KCRM_PROTOCOL_BLOB
impl Sync for KCRM_PROTOCOL_BLOB
impl Unpin for KCRM_PROTOCOL_BLOB
impl UnwindSafe for KCRM_PROTOCOL_BLOB
Blanket Implementations
Mutably borrows from an owned value. Read more