pub struct EventLwSessionUnlock<'a> { /* private fields */ }
Available on crate feature
macos_13_0_0
and macOS only.Expand description
LoginWindow unlocked the screen of a session.
Implementations§
Source§impl<'a> EventLwSessionUnlock<'a>
impl<'a> EventLwSessionUnlock<'a>
Sourcepub fn graphical_session_id(&self) -> es_graphical_session_id_t
pub fn graphical_session_id(&self) -> es_graphical_session_id_t
Graphical session id of the session.
Trait Implementations§
Source§impl<'a> Debug for EventLwSessionUnlock<'a>
impl<'a> Debug for EventLwSessionUnlock<'a>
Source§impl<'a> Hash for EventLwSessionUnlock<'a>
impl<'a> Hash for EventLwSessionUnlock<'a>
Source§impl<'a> PartialEq for EventLwSessionUnlock<'a>
impl<'a> PartialEq for EventLwSessionUnlock<'a>
impl<'a> Eq for EventLwSessionUnlock<'a>
impl Send for EventLwSessionUnlock<'_>
impl Sync for EventLwSessionUnlock<'_>
Auto Trait Implementations§
impl<'a> Freeze for EventLwSessionUnlock<'a>
impl<'a> RefUnwindSafe for EventLwSessionUnlock<'a>
impl<'a> Unpin for EventLwSessionUnlock<'a>
impl<'a> UnwindSafe for EventLwSessionUnlock<'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