Struct xproto::xQueryKeymapReply
source · #[repr(C)]pub struct xQueryKeymapReply {
pub type_: BYTE,
pub pad1: BYTE,
pub sequenceNumber: CARD16,
pub length: CARD32,
pub map: [BYTE; 32],
}Fields
type_: BYTEpad1: BYTEsequenceNumber: CARD16length: CARD32map: [BYTE; 32]Trait Implementations
sourceimpl Clone for xQueryKeymapReply
impl Clone for xQueryKeymapReply
sourcefn clone(&self) -> xQueryKeymapReply
fn clone(&self) -> xQueryKeymapReply
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for xQueryKeymapReply
impl Debug for xQueryKeymapReply
impl Copy for xQueryKeymapReply
Auto Trait Implementations
impl RefUnwindSafe for xQueryKeymapReply
impl Send for xQueryKeymapReply
impl Sync for xQueryKeymapReply
impl Unpin for xQueryKeymapReply
impl UnwindSafe for xQueryKeymapReply
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more