#[repr(C)]pub struct Elevation {
pub token_is_elevated: bool32,
}Expand description
[docs.microsoft.com] TOKEN_ELEVATION
Fields§
§token_is_elevated: bool32Trait Implementations§
Source§impl AsMut<Elevation> for TOKEN_ELEVATION
impl AsMut<Elevation> for TOKEN_ELEVATION
Source§impl AsMut<TOKEN_ELEVATION> for Elevation
impl AsMut<TOKEN_ELEVATION> for Elevation
Source§fn as_mut(&mut self) -> &mut TOKEN_ELEVATION
fn as_mut(&mut self) -> &mut TOKEN_ELEVATION
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<Elevation> for TOKEN_ELEVATION
impl AsRef<Elevation> for TOKEN_ELEVATION
Source§impl AsRef<TOKEN_ELEVATION> for Elevation
impl AsRef<TOKEN_ELEVATION> for Elevation
Source§fn as_ref(&self) -> &TOKEN_ELEVATION
fn as_ref(&self) -> &TOKEN_ELEVATION
Converts this type into a shared reference of the (usually inferred) input type.
impl Copy for Elevation
Source§impl From<Elevation> for TOKEN_ELEVATION
impl From<Elevation> for TOKEN_ELEVATION
Source§impl From<TOKEN_ELEVATION> for Elevation
impl From<TOKEN_ELEVATION> for Elevation
Source§fn from(ts: TOKEN_ELEVATION) -> Self
fn from(ts: TOKEN_ELEVATION) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Elevation
impl RefUnwindSafe for Elevation
impl Send for Elevation
impl Sync for Elevation
impl Unpin for Elevation
impl UnsafeUnpin for Elevation
impl UnwindSafe for Elevation
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