#[repr(C)]pub struct RTL_ELEVATION_FLAGS {
pub Flags: ULONG,
}Fields§
§Flags: ULONGImplementations§
Source§impl RTL_ELEVATION_FLAGS
impl RTL_ELEVATION_FLAGS
pub const fn ElevationEnabled(&self) -> ULONG
pub fn set_ElevationEnabled(&mut self, val: ULONG)
pub const fn VirtualizationEnabled(&self) -> ULONG
pub fn set_VirtualizationEnabled(&mut self, val: ULONG)
pub const fn InstallerDetectEnabled(&self) -> ULONG
pub fn set_InstallerDetectEnabled(&mut self, val: ULONG)
pub const fn ReservedBits(&self) -> ULONG
pub fn set_ReservedBits(&mut self, val: ULONG)
Trait Implementations§
Source§impl Clone for RTL_ELEVATION_FLAGS
impl Clone for RTL_ELEVATION_FLAGS
Source§fn clone(&self) -> RTL_ELEVATION_FLAGS
fn clone(&self) -> RTL_ELEVATION_FLAGS
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 moreimpl Copy for RTL_ELEVATION_FLAGS
Auto Trait Implementations§
impl Freeze for RTL_ELEVATION_FLAGS
impl RefUnwindSafe for RTL_ELEVATION_FLAGS
impl Send for RTL_ELEVATION_FLAGS
impl Sync for RTL_ELEVATION_FLAGS
impl Unpin for RTL_ELEVATION_FLAGS
impl UnwindSafe for RTL_ELEVATION_FLAGS
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