#[repr(C)]pub struct gr_mat_struct {
pub entries: gr_ptr,
pub r: slong,
pub c: slong,
pub rows: *mut gr_ptr,
}Fields§
§entries: gr_ptr§r: slong§c: slong§rows: *mut gr_ptrAuto Trait Implementations§
impl Freeze for gr_mat_struct
impl RefUnwindSafe for gr_mat_struct
impl !Send for gr_mat_struct
impl !Sync for gr_mat_struct
impl Unpin for gr_mat_struct
impl UnwindSafe for gr_mat_struct
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