Struct smithay_client_toolkit::seat::SeatListener
source · [−]pub struct SeatListener { /* private fields */ }
Expand description
A handle to an seat listener callback
Dropping it disables the associated callback and frees the closure.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for SeatListener
impl !Send for SeatListener
impl !Sync for SeatListener
impl Unpin for SeatListener
impl !UnwindSafe for SeatListener
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more