#[repr(C)]pub struct KeyHelp_Type {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl KeyHelp_Type
impl KeyHelp_Type
pub fn a() -> Self
pub fn b() -> Self
pub fn x() -> Self
pub fn y() -> Self
pub fn l() -> Self
pub fn r() -> Self
pub fn lr() -> Self
pub fn zl() -> Self
pub fn zr() -> Self
pub fn plus() -> Self
pub fn minus() -> Self
pub fn num() -> Self
Trait Implementations§
Source§impl ClassIdentity for KeyHelp_Type
impl ClassIdentity for KeyHelp_Type
Source§impl Clone for KeyHelp_Type
impl Clone for KeyHelp_Type
Source§fn clone(&self) -> KeyHelp_Type
fn clone(&self) -> KeyHelp_Type
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for KeyHelp_Type
impl Debug for KeyHelp_Type
Source§impl PartialEq for KeyHelp_Type
impl PartialEq for KeyHelp_Type
impl Copy for KeyHelp_Type
impl Eq for KeyHelp_Type
impl StructuralPartialEq for KeyHelp_Type
Auto Trait Implementations§
impl Freeze for KeyHelp_Type
impl RefUnwindSafe for KeyHelp_Type
impl Send for KeyHelp_Type
impl Sync for KeyHelp_Type
impl Unpin for KeyHelp_Type
impl UnwindSafe for KeyHelp_Type
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)