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