Struct wayrs_client::protocol::wl_keyboard::LeaveArgs
source · pub struct LeaveArgs {
pub serial: u32,
pub surface: ObjectId,
}Fields§
§serial: u32serial number of the leave event
surface: ObjectIdsurface that lost keyboard focus
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LeaveArgs
impl Send for LeaveArgs
impl Sync for LeaveArgs
impl Unpin for LeaveArgs
impl UnwindSafe for LeaveArgs
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