#[repr(C)]pub struct es_event_authentication_t {
pub success: bool,
pub type_: es_authentication_type_t,
pub data: es_event_authentication_t_anon0,
}Available on macOS and crate feature
macos_13_0_0 only.Expand description
Notification that an authentication was performed.
This event type does not support caching (notify-only).
Fields§
§success: boolTrue iff authentication was successful.
type_: es_authentication_type_tThe type of authentication.
data: es_event_authentication_t_anon0Type-specific data describing the authentication.
Auto Trait Implementations§
impl Freeze for es_event_authentication_t
impl RefUnwindSafe for es_event_authentication_t
impl !Send for es_event_authentication_t
impl !Sync for es_event_authentication_t
impl Unpin for es_event_authentication_t
impl UnwindSafe for es_event_authentication_t
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