#[repr(C)]pub struct PF_FloatMatrix {
pub mat: [[PF_FpLong; 3]; 3],
}Fields§
§mat: [[PF_FpLong; 3]; 3]Trait Implementations§
Source§impl Clone for PF_FloatMatrix
impl Clone for PF_FloatMatrix
Source§fn clone(&self) -> PF_FloatMatrix
fn clone(&self) -> PF_FloatMatrix
Returns a duplicate of the value. Read more
1.0.0 · 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 PF_FloatMatrix
impl Debug for PF_FloatMatrix
impl Copy for PF_FloatMatrix
Auto Trait Implementations§
impl Freeze for PF_FloatMatrix
impl RefUnwindSafe for PF_FloatMatrix
impl Send for PF_FloatMatrix
impl Sync for PF_FloatMatrix
impl Unpin for PF_FloatMatrix
impl UnwindSafe for PF_FloatMatrix
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