pub struct EventCSInvalidated<'a> { /* private fields */ }
Available on crate feature
macos_11_0_0
and macOS only.Expand description
Code signing status for process was invalidated event.
Trait Implementations§
Source§impl<'a> Debug for EventCSInvalidated<'a>
impl<'a> Debug for EventCSInvalidated<'a>
Source§impl<'a> Hash for EventCSInvalidated<'a>
impl<'a> Hash for EventCSInvalidated<'a>
Source§impl<'a> PartialEq for EventCSInvalidated<'a>
impl<'a> PartialEq for EventCSInvalidated<'a>
impl<'a> Eq for EventCSInvalidated<'a>
impl Send for EventCSInvalidated<'_>
impl Sync for EventCSInvalidated<'_>
Auto Trait Implementations§
impl<'a> Freeze for EventCSInvalidated<'a>
impl<'a> RefUnwindSafe for EventCSInvalidated<'a>
impl<'a> Unpin for EventCSInvalidated<'a>
impl<'a> UnwindSafe for EventCSInvalidated<'a>
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