pub struct MatStruct {
pub name: String,
pub dims: Vec<usize>,
pub fields: Vec<StructField>,
}Fields§
§name: String§dims: Vec<usize>§fields: Vec<StructField>Trait Implementations§
Auto Trait Implementations§
impl Freeze for MatStruct
impl RefUnwindSafe for MatStruct
impl Send for MatStruct
impl Sync for MatStruct
impl Unpin for MatStruct
impl UnwindSafe for MatStruct
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