#[repr(C)]pub struct SECPKG_EVENT_PACKAGE_CHANGE {
pub ChangeType: SECPKG_PACKAGE_CHANGE_TYPE,
pub PackageId: usize,
pub PackageName: UNICODE_STRING,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"
Fields
ChangeType: SECPKG_PACKAGE_CHANGE_TYPE
PackageId: usize
PackageName: UNICODE_STRING
Trait Implementations
impl Clone for SECPKG_EVENT_PACKAGE_CHANGE
impl Clone for SECPKG_EVENT_PACKAGE_CHANGE
impl Copy for SECPKG_EVENT_PACKAGE_CHANGE
Auto Trait Implementations
impl RefUnwindSafe for SECPKG_EVENT_PACKAGE_CHANGE
impl !Send for SECPKG_EVENT_PACKAGE_CHANGE
impl !Sync for SECPKG_EVENT_PACKAGE_CHANGE
impl Unpin for SECPKG_EVENT_PACKAGE_CHANGE
impl UnwindSafe for SECPKG_EVENT_PACKAGE_CHANGE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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