Struct win_sys::FileSystem::KCRM_PROTOCOL_BLOB
source · [−]#[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
sourceimpl Clone for KCRM_PROTOCOL_BLOB
impl Clone for KCRM_PROTOCOL_BLOB
sourcepub fn clone(&self) -> KCRM_PROTOCOL_BLOB
pub fn clone(&self) -> KCRM_PROTOCOL_BLOB
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for KCRM_PROTOCOL_BLOB
impl Debug for KCRM_PROTOCOL_BLOB
sourceimpl Default for KCRM_PROTOCOL_BLOB
impl Default for KCRM_PROTOCOL_BLOB
sourcepub fn default() -> KCRM_PROTOCOL_BLOB
pub fn default() -> KCRM_PROTOCOL_BLOB
Returns the “default value” for a type. Read more
impl Copy for KCRM_PROTOCOL_BLOB
impl Eq 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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more