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