[−][src]Function smithay_client_toolkit::seat::clone_seat_data
pub fn clone_seat_data(seat: &WlSeat) -> Option<SeatData>
Get the copy of the data associated with this seat
If the provided WlSeat
has not yet been initialized or is not managed by SCTK, None
is returned.
If the seat has been removed by the compositor, the defunct
field of the SeatData
will be set to true
. This handler will not automatically detroy the output by calling its
release
method, to avoid interfering with your logic.