Struct vitasdk_sys::SceIVector3
source · #[repr(C)]pub struct SceIVector3 {
pub x: SceInt,
pub y: SceInt,
pub z: SceInt,
}Fields§
§x: SceInt§y: SceInt§z: SceIntTrait Implementations§
source§impl Clone for SceIVector3
impl Clone for SceIVector3
source§fn clone(&self) -> SceIVector3
fn clone(&self) -> SceIVector3
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