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