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