#[repr(C)]pub struct STORAGE_DEVICE_SELF_ENCRYPTION_PROPERTY_V2 {
pub Version: u32,
pub Size: u32,
pub SupportsSelfEncryption: BOOLEAN,
pub EncryptionType: STORAGE_ENCRYPTION_TYPE,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§Version: u32
§Size: u32
§SupportsSelfEncryption: BOOLEAN
§EncryptionType: STORAGE_ENCRYPTION_TYPE
Trait Implementations§
impl Copy for STORAGE_DEVICE_SELF_ENCRYPTION_PROPERTY_V2
Auto Trait Implementations§
impl RefUnwindSafe for STORAGE_DEVICE_SELF_ENCRYPTION_PROPERTY_V2
impl Send for STORAGE_DEVICE_SELF_ENCRYPTION_PROPERTY_V2
impl Sync for STORAGE_DEVICE_SELF_ENCRYPTION_PROPERTY_V2
impl Unpin for STORAGE_DEVICE_SELF_ENCRYPTION_PROPERTY_V2
impl UnwindSafe for STORAGE_DEVICE_SELF_ENCRYPTION_PROPERTY_V2
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more