#[repr(C)]pub struct libinput_seat { /* private fields */ }
Expand description
@ingroup seat @struct libinput_seat
The base handle for accessing libinput seats. This struct is refcounted, use libinput_seat_ref() and libinput_seat_unref().
Trait Implementations§
Source§impl Clone for libinput_seat
impl Clone for libinput_seat
Source§fn clone(&self) -> libinput_seat
fn clone(&self) -> libinput_seat
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for libinput_seat
impl Debug for libinput_seat
impl Copy for libinput_seat
Auto Trait Implementations§
impl Freeze for libinput_seat
impl RefUnwindSafe for libinput_seat
impl Send for libinput_seat
impl Sync for libinput_seat
impl Unpin for libinput_seat
impl UnwindSafe for libinput_seat
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