#[repr(C)]pub struct SECPKG_EVENT_PACKAGE_CHANGE {
pub ChangeType: SECPKG_PACKAGE_CHANGE_TYPE,
pub PackageId: usize,
pub PackageName: SECURITY_STRING,
}
Fields§
§ChangeType: SECPKG_PACKAGE_CHANGE_TYPE
§PackageId: usize
§PackageName: SECURITY_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§
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