Struct vitasdk_sys::SceTouchReport
source · #[repr(C)]pub struct SceTouchReport {
pub id: SceUInt8,
pub force: SceUInt8,
pub x: SceInt16,
pub y: SceInt16,
pub reserved: [SceUInt8; 8],
pub info: SceUInt16,
}Fields§
§id: SceUInt8§force: SceUInt8§x: SceInt16§y: SceInt16§reserved: [SceUInt8; 8]§info: SceUInt16Trait Implementations§
source§impl Clone for SceTouchReport
impl Clone for SceTouchReport
source§fn clone(&self) -> SceTouchReport
fn clone(&self) -> SceTouchReport
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