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