pub struct EventLwSessionLock<'a> { /* private fields */ }
Available on crate feature
macos_13_0_0
and macOS only.Expand description
LoginWindow locked the screen of a session.
Implementations§
Source§impl<'a> EventLwSessionLock<'a>
impl<'a> EventLwSessionLock<'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 EventLwSessionLock<'a>
impl<'a> Debug for EventLwSessionLock<'a>
Source§impl<'a> Hash for EventLwSessionLock<'a>
impl<'a> Hash for EventLwSessionLock<'a>
Source§impl<'a> PartialEq for EventLwSessionLock<'a>
impl<'a> PartialEq for EventLwSessionLock<'a>
impl<'a> Eq for EventLwSessionLock<'a>
impl Send for EventLwSessionLock<'_>
impl Sync for EventLwSessionLock<'_>
Auto Trait Implementations§
impl<'a> Freeze for EventLwSessionLock<'a>
impl<'a> RefUnwindSafe for EventLwSessionLock<'a>
impl<'a> Unpin for EventLwSessionLock<'a>
impl<'a> UnwindSafe for EventLwSessionLock<'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