Struct windows_sys::Win32::Security::TOKEN_DEVICE_CLAIMS
[−]Expand description
Required features: ‘Win32_Security’
Fields
DeviceClaims: *mut c_void
Trait Implementations
impl Clone for TOKEN_DEVICE_CLAIMS
impl Clone for TOKEN_DEVICE_CLAIMS
impl Copy for TOKEN_DEVICE_CLAIMS
Auto Trait Implementations
impl RefUnwindSafe for TOKEN_DEVICE_CLAIMS
impl !Send for TOKEN_DEVICE_CLAIMS
impl !Sync for TOKEN_DEVICE_CLAIMS
impl Unpin for TOKEN_DEVICE_CLAIMS
impl UnwindSafe for TOKEN_DEVICE_CLAIMS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more