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