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