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,
}Fields§
§ProtocolId: GUID§StaticInfoLength: u32§TransactionIdInfoLength: u32§Unused1: u32§Unused2: u32Trait 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§
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