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