Struct vitasdk_sys::SceMotionDeviceLocation
source · #[repr(C)]pub struct SceMotionDeviceLocation {
pub accelerometer: SceFVector3,
pub gyro: SceFVector3,
pub reserved: [u8; 24],
}Fields§
§accelerometer: SceFVector3§gyro: SceFVector3§reserved: [u8; 24]Trait Implementations§
source§impl Clone for SceMotionDeviceLocation
impl Clone for SceMotionDeviceLocation
source§fn clone(&self) -> SceMotionDeviceLocation
fn clone(&self) -> SceMotionDeviceLocation
Returns a copy 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 more