Struct windows_sys::Win32::Storage::FileSystem::KCRM_PROTOCOL_BLOB
[−]#[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: GUID
StaticInfoLength: u32
TransactionIdInfoLength: u32
Unused1: u32
Unused2: u32
Trait Implementations
impl Clone for KCRM_PROTOCOL_BLOB
impl Clone for KCRM_PROTOCOL_BLOB
impl Copy for KCRM_PROTOCOL_BLOB
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more