#[repr(C)]pub struct SceMotionSensorState {
pub accelerometer: SceFVector3,
pub gyro: SceFVector3,
pub reserved1: [u8; 12],
pub timestamp: c_uint,
pub counter: c_uint,
pub reserved2: [u8; 4],
pub hostTimestamp: SceULong64,
pub unknown: u8,
pub reserved3: [u8; 7],
}Fields§
§accelerometer: SceFVector3§gyro: SceFVector3§reserved1: [u8; 12]§timestamp: c_uint§counter: c_uint§reserved2: [u8; 4]§hostTimestamp: SceULong64§unknown: u8§reserved3: [u8; 7]Trait Implementations§
Source§impl Clone for SceMotionSensorState
impl Clone for SceMotionSensorState
Source§fn clone(&self) -> SceMotionSensorState
fn clone(&self) -> SceMotionSensorState
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 SceMotionSensorState
impl Debug for SceMotionSensorState
impl Copy for SceMotionSensorState
Auto Trait Implementations§
impl Freeze for SceMotionSensorState
impl RefUnwindSafe for SceMotionSensorState
impl Send for SceMotionSensorState
impl Sync for SceMotionSensorState
impl Unpin for SceMotionSensorState
impl UnwindSafe for SceMotionSensorState
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)