#[repr(C)]pub struct PF_Matrix {
pub mat: [[PF_Fixed; 3]; 3],
}Fields§
§mat: [[PF_Fixed; 3]; 3]Trait Implementations§
Auto Trait Implementations§
impl Freeze for PF_Matrix
impl RefUnwindSafe for PF_Matrix
impl Send for PF_Matrix
impl Sync for PF_Matrix
impl Unpin for PF_Matrix
impl UnwindSafe for PF_Matrix
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