#[repr(C)]pub struct SceFMatrix3 {
pub x: SceFVector3,
pub y: SceFVector3,
pub z: SceFVector3,
}Fields§
§x: SceFVector3§y: SceFVector3§z: SceFVector3Trait Implementations§
Source§impl Clone for SceFMatrix3
impl Clone for SceFMatrix3
Source§fn clone(&self) -> SceFMatrix3
fn clone(&self) -> SceFMatrix3
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 SceFMatrix3
impl Debug for SceFMatrix3
impl Copy for SceFMatrix3
Auto Trait Implementations§
impl Freeze for SceFMatrix3
impl RefUnwindSafe for SceFMatrix3
impl Send for SceFMatrix3
impl Sync for SceFMatrix3
impl Unpin for SceFMatrix3
impl UnsafeUnpin for SceFMatrix3
impl UnwindSafe for SceFMatrix3
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