Struct wayrs_client::protocol::wl_keyboard::KeymapArgs
source · pub struct KeymapArgs {
pub format: KeymapFormat,
pub fd: OwnedFd,
pub size: u32,
}Fields§
§format: KeymapFormatkeymap format
fd: OwnedFdkeymap file descriptor
size: u32keymap size, in bytes
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for KeymapArgs
impl Send for KeymapArgs
impl Sync for KeymapArgs
impl Unpin for KeymapArgs
impl UnwindSafe for KeymapArgs
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