Struct wayrs_client::protocol::wl_keyboard::EnterArgs
source · pub struct EnterArgs {
pub serial: u32,
pub surface: ObjectId,
pub keys: Vec<u8>,
}Fields§
§serial: u32serial number of the enter event
surface: ObjectIdsurface gaining keyboard focus
keys: Vec<u8>the currently pressed keys
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for EnterArgs
impl Send for EnterArgs
impl Sync for EnterArgs
impl Unpin for EnterArgs
impl UnwindSafe for EnterArgs
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