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