Struct libinput_seat
#[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 AsRaw<libinput_seat> for Seat
impl AsRaw<libinput_seat> for Seat
Source§fn as_raw(&self) -> *const libinput_seat
fn as_raw(&self) -> *const libinput_seat
Receive a raw pointer representing this type.
§impl Clone for libinput_seat
impl Clone for libinput_seat
§fn clone(&self) -> libinput_seat
fn clone(&self) -> libinput_seat
Returns a copy 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 more§impl Debug for libinput_seat
impl Debug for libinput_seat
Source§impl FromRaw<libinput_seat> for Seat
impl FromRaw<libinput_seat> for 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