#[repr(C)]pub struct ca_mat_struct {
pub entries: ca_ptr,
pub r: slong,
pub c: slong,
pub stride: slong,
}Fields§
§entries: ca_ptr§r: slong§c: slong§stride: slongTrait Implementations§
Auto 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 UnsafeUnpin 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