#[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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SceFMatrix2
impl Debug for SceFMatrix2
impl Copy for SceFMatrix2
Auto Trait Implementations§
impl Freeze for SceFMatrix2
impl RefUnwindSafe for SceFMatrix2
impl Send for SceFMatrix2
impl Sync for SceFMatrix2
impl Unpin for SceFMatrix2
impl UnsafeUnpin for SceFMatrix2
impl UnwindSafe for SceFMatrix2
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more