#[repr(C, packed(1))]pub struct OPM_SET_PROTECTION_LEVEL_PARAMETERS {
pub ulProtectionType: ULONG,
pub ulProtectionLevel: ULONG,
pub Reserved: ULONG,
pub Reserved2: ULONG,
}
Fields§
§ulProtectionType: ULONG
§ulProtectionLevel: ULONG
§Reserved: ULONG
§Reserved2: ULONG
Trait Implementations§
Source§impl Clone for OPM_SET_PROTECTION_LEVEL_PARAMETERS
impl Clone for OPM_SET_PROTECTION_LEVEL_PARAMETERS
Source§fn clone(&self) -> OPM_SET_PROTECTION_LEVEL_PARAMETERS
fn clone(&self) -> OPM_SET_PROTECTION_LEVEL_PARAMETERS
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for OPM_SET_PROTECTION_LEVEL_PARAMETERS
impl Default for OPM_SET_PROTECTION_LEVEL_PARAMETERS
Source§fn default() -> OPM_SET_PROTECTION_LEVEL_PARAMETERS
fn default() -> OPM_SET_PROTECTION_LEVEL_PARAMETERS
Returns the “default value” for a type. Read more
impl Copy for OPM_SET_PROTECTION_LEVEL_PARAMETERS
Auto Trait Implementations§
impl Freeze for OPM_SET_PROTECTION_LEVEL_PARAMETERS
impl RefUnwindSafe for OPM_SET_PROTECTION_LEVEL_PARAMETERS
impl Send for OPM_SET_PROTECTION_LEVEL_PARAMETERS
impl Sync for OPM_SET_PROTECTION_LEVEL_PARAMETERS
impl Unpin for OPM_SET_PROTECTION_LEVEL_PARAMETERS
impl UnwindSafe for OPM_SET_PROTECTION_LEVEL_PARAMETERS
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