#[repr(C)]pub struct ARMatf {
pub m: Vec<f32>,
pub row: i32,
pub clm: i32,
}Expand description
Float Matrix structure (Explicit f32 variant)
Fields§
§m: Vec<f32>§row: i32§clm: i32Implementations§
Trait Implementations§
impl StructuralPartialEq for ARMatf
Auto Trait Implementations§
impl Freeze for ARMatf
impl RefUnwindSafe for ARMatf
impl Send for ARMatf
impl Sync for ARMatf
impl Unpin for ARMatf
impl UnsafeUnpin for ARMatf
impl UnwindSafe for ARMatf
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