Struct windows_sys::Win32::System::Ioctl::STORAGE_IDENTIFIER
[−]#[repr(C)]pub struct STORAGE_IDENTIFIER {
pub CodeSet: STORAGE_IDENTIFIER_CODE_SET,
pub Type: STORAGE_IDENTIFIER_TYPE,
pub IdentifierSize: u16,
pub NextOffset: u16,
pub Association: STORAGE_ASSOCIATION_TYPE,
pub Identifier: [u8; 1],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
CodeSet: STORAGE_IDENTIFIER_CODE_SET
Type: STORAGE_IDENTIFIER_TYPE
IdentifierSize: u16
NextOffset: u16
Association: STORAGE_ASSOCIATION_TYPE
Identifier: [u8; 1]
Trait Implementations
impl Clone for STORAGE_IDENTIFIER
impl Clone for STORAGE_IDENTIFIER
impl Copy for STORAGE_IDENTIFIER
Auto Trait Implementations
impl RefUnwindSafe for STORAGE_IDENTIFIER
impl Send for STORAGE_IDENTIFIER
impl Sync for STORAGE_IDENTIFIER
impl Unpin for STORAGE_IDENTIFIER
impl UnwindSafe for STORAGE_IDENTIFIER
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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