#[repr(C)]pub struct DebugPadButton {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl DebugPadButton
impl DebugPadButton
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 zl() -> Self
pub fn zr() -> Self
pub fn start() -> Self
pub fn select() -> Self
pub fn left() -> Self
pub fn up() -> Self
pub fn right() -> Self
pub fn down() -> Self
Trait Implementations§
Source§impl ClassIdentity for DebugPadButton
impl ClassIdentity for DebugPadButton
Source§impl Clone for DebugPadButton
impl Clone for DebugPadButton
Source§fn clone(&self) -> DebugPadButton
fn clone(&self) -> DebugPadButton
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 DebugPadButton
impl Debug for DebugPadButton
Source§impl PartialEq for DebugPadButton
impl PartialEq for DebugPadButton
impl Copy for DebugPadButton
impl Eq for DebugPadButton
impl StructuralPartialEq for DebugPadButton
Auto Trait Implementations§
impl Freeze for DebugPadButton
impl RefUnwindSafe for DebugPadButton
impl Send for DebugPadButton
impl Sync for DebugPadButton
impl Unpin for DebugPadButton
impl UnwindSafe for DebugPadButton
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)