Struct windows_sys::Win32::System::Ioctl::STORAGE_PROPERTY_SET
[−]#[repr(C)]pub struct STORAGE_PROPERTY_SET {
pub PropertyId: STORAGE_PROPERTY_ID,
pub SetType: STORAGE_SET_TYPE,
pub AdditionalParameters: [u8; 1],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
PropertyId: STORAGE_PROPERTY_ID
SetType: STORAGE_SET_TYPE
AdditionalParameters: [u8; 1]
Trait Implementations
impl Clone for STORAGE_PROPERTY_SET
impl Clone for STORAGE_PROPERTY_SET
impl Copy for STORAGE_PROPERTY_SET
Auto Trait Implementations
impl RefUnwindSafe for STORAGE_PROPERTY_SET
impl Send for STORAGE_PROPERTY_SET
impl Sync for STORAGE_PROPERTY_SET
impl Unpin for STORAGE_PROPERTY_SET
impl UnwindSafe for STORAGE_PROPERTY_SET
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