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