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