Struct windows_sys::Win32::System::Ioctl::STORAGE_ATTRIBUTE_MGMT
[−]#[repr(C)]pub struct STORAGE_ATTRIBUTE_MGMT {
pub Version: u32,
pub Size: u32,
pub Action: STORAGE_ATTRIBUTE_MGMT_ACTION,
pub Attribute: u32,
}
Expand description
Required features: ‘Win32_System_Ioctl’
Fields
Version: u32
Size: u32
Action: STORAGE_ATTRIBUTE_MGMT_ACTION
Attribute: u32
Trait Implementations
impl Clone for STORAGE_ATTRIBUTE_MGMT
impl Clone for STORAGE_ATTRIBUTE_MGMT
impl Copy for STORAGE_ATTRIBUTE_MGMT
Auto Trait Implementations
impl RefUnwindSafe for STORAGE_ATTRIBUTE_MGMT
impl Send for STORAGE_ATTRIBUTE_MGMT
impl Sync for STORAGE_ATTRIBUTE_MGMT
impl Unpin for STORAGE_ATTRIBUTE_MGMT
impl UnwindSafe for STORAGE_ATTRIBUTE_MGMT
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