Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
PreviousRole: u32
NewRole: u32
Trait Implementations
impl Clone for SECPKG_EVENT_ROLE_CHANGE
impl Clone for SECPKG_EVENT_ROLE_CHANGE
impl Copy for SECPKG_EVENT_ROLE_CHANGE
Auto Trait Implementations
impl RefUnwindSafe for SECPKG_EVENT_ROLE_CHANGE
impl Send for SECPKG_EVENT_ROLE_CHANGE
impl Sync for SECPKG_EVENT_ROLE_CHANGE
impl Unpin for SECPKG_EVENT_ROLE_CHANGE
impl UnwindSafe for SECPKG_EVENT_ROLE_CHANGE
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