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