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