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