#[repr(C, packed(4))]pub struct wmKeyConfig {
pub next: Pointer<wmKeyConfig>,
pub prev: Pointer<wmKeyConfig>,
pub idname: [i8; 64],
pub basename: [i8; 64],
pub keymaps: ListBase,
pub actkeymap: i32,
pub flag: i16,
pub _pad0: [i8; 2],
}
Fields§
§next: Pointer<wmKeyConfig>
§prev: Pointer<wmKeyConfig>
§idname: [i8; 64]
§basename: [i8; 64]
§keymaps: ListBase
§actkeymap: i32
§flag: i16
§_pad0: [i8; 2]
Trait Implementations§
Source§impl DoubleLinked<Pointer<wmKeyConfig>> for wmKeyConfig
impl DoubleLinked<Pointer<wmKeyConfig>> for wmKeyConfig
Source§impl GeneratedBlendStruct for wmKeyConfig
impl GeneratedBlendStruct for wmKeyConfig
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "wmKeyConfig"
const STRUCT_INDEX: usize = 636usize
const STRUCT_TYPE_INDEX: usize = 773usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<wmKeyConfig> for wmKeyConfig
Auto Trait Implementations§
impl Freeze for wmKeyConfig
impl RefUnwindSafe for wmKeyConfig
impl Send for wmKeyConfig
impl Sync for wmKeyConfig
impl Unpin for wmKeyConfig
impl UnwindSafe for wmKeyConfig
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