#[repr(C)]pub struct STORAGE_PROTOCOL_DATA_DESCRIPTOR {
pub Version: u32,
pub Size: u32,
pub ProtocolSpecificData: STORAGE_PROTOCOL_SPECIFIC_DATA,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Version: u32
Size: u32
ProtocolSpecificData: STORAGE_PROTOCOL_SPECIFIC_DATA
Trait Implementations
impl Clone for STORAGE_PROTOCOL_DATA_DESCRIPTOR
impl Clone for STORAGE_PROTOCOL_DATA_DESCRIPTOR
impl Copy for STORAGE_PROTOCOL_DATA_DESCRIPTOR
Auto Trait Implementations
impl RefUnwindSafe for STORAGE_PROTOCOL_DATA_DESCRIPTOR
impl Send for STORAGE_PROTOCOL_DATA_DESCRIPTOR
impl Sync for STORAGE_PROTOCOL_DATA_DESCRIPTOR
impl Unpin for STORAGE_PROTOCOL_DATA_DESCRIPTOR
impl UnwindSafe for STORAGE_PROTOCOL_DATA_DESCRIPTOR
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