#[repr(C)]pub struct SceCtrlDataPsp {
pub TimeStamp: c_uint,
pub Buttons: c_uint,
pub Lx: c_uchar,
pub Ly: c_uchar,
pub Rx: c_uchar,
pub Ry: c_uchar,
pub Rsrv: [c_uchar; 4],
}Fields§
§TimeStamp: c_uint§Buttons: c_uint§Lx: c_uchar§Ly: c_uchar§Rx: c_uchar§Ry: c_uchar§Rsrv: [c_uchar; 4]Trait Implementations§
Source§impl Clone for SceCtrlDataPsp
impl Clone for SceCtrlDataPsp
Source§fn clone(&self) -> SceCtrlDataPsp
fn clone(&self) -> SceCtrlDataPsp
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 SceCtrlDataPsp
impl Debug for SceCtrlDataPsp
impl Copy for SceCtrlDataPsp
Auto Trait Implementations§
impl Freeze for SceCtrlDataPsp
impl RefUnwindSafe for SceCtrlDataPsp
impl Send for SceCtrlDataPsp
impl Sync for SceCtrlDataPsp
impl Unpin for SceCtrlDataPsp
impl UnwindSafe for SceCtrlDataPsp
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)