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