Struct endpoint_sec::EventCSInvalidated
source · 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<'_>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for EventCSInvalidated<'a>
impl<'a> Sync 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