pub struct EventAuthentication<'a> { /* private fields */ }
Available on crate feature
macos_13_0_0
and macOS only.Expand description
An authentication was performed.
Implementations§
Source§impl<'a> EventAuthentication<'a>
impl<'a> EventAuthentication<'a>
Sourcepub fn type_(&self) -> es_authentication_type_t
pub fn type_(&self) -> es_authentication_type_t
The type of authentication.
Sourcepub fn raw_data(&self) -> &'a es_event_authentication_t_anon0
pub fn raw_data(&self) -> &'a es_event_authentication_t_anon0
Type-specific data describing the authentication.
Sourcepub fn data(&self) -> Option<AuthenticationData<'a>>
pub fn data(&self) -> Option<AuthenticationData<'a>>
Details about event
Trait Implementations§
Source§impl<'a> Debug for EventAuthentication<'a>
impl<'a> Debug for EventAuthentication<'a>
Source§impl<'a> Hash for EventAuthentication<'a>
impl<'a> Hash for EventAuthentication<'a>
Source§impl<'a> PartialEq for EventAuthentication<'a>
impl<'a> PartialEq for EventAuthentication<'a>
impl<'a> Eq for EventAuthentication<'a>
impl Send for EventAuthentication<'_>
impl Sync for EventAuthentication<'_>
Auto Trait Implementations§
impl<'a> Freeze for EventAuthentication<'a>
impl<'a> RefUnwindSafe for EventAuthentication<'a>
impl<'a> Unpin for EventAuthentication<'a>
impl<'a> UnwindSafe for EventAuthentication<'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