Struct gdk_x11_sys::xlib::_XkbDesc
[−]#[repr(C)]pub struct _XkbDesc {
pub dpy: *mut _XDisplay,
pub flags: u16,
pub device_spec: u16,
pub min_key_code: u8,
pub max_key_code: u8,
pub ctrls: *mut _XkbControls,
pub server: *mut _XkbServerMapRec,
pub map: *mut _XkbClientMapRec,
pub indicators: *mut _XkbIndicatorRec,
pub names: *mut _XkbNamesRec,
pub compat: *mut _XkbCompatMapRec,
pub geom: *mut _XkbGeometry,
}
Fields
dpy: *mut _XDisplay
flags: u16
device_spec: u16
min_key_code: u8
max_key_code: u8
ctrls: *mut _XkbControls
server: *mut _XkbServerMapRec
map: *mut _XkbClientMapRec
indicators: *mut _XkbIndicatorRec
names: *mut _XkbNamesRec
compat: *mut _XkbCompatMapRec
geom: *mut _XkbGeometry
Trait Implementations
impl Copy for _XkbDesc
impl StructuralPartialEq for _XkbDesc
Auto Trait Implementations
impl RefUnwindSafe for _XkbDesc
impl !Send for _XkbDesc
impl !Sync for _XkbDesc
impl Unpin for _XkbDesc
impl UnwindSafe for _XkbDesc
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more