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