#[repr(C)]pub struct arb_mat_struct {
pub entries: arb_ptr,
pub r: slong,
pub c: slong,
pub stride: slong,
}Fields§
§entries: arb_ptr§r: slong§c: slong§stride: slongTrait Implementations§
Auto Trait Implementations§
impl Freeze for arb_mat_struct
impl RefUnwindSafe for arb_mat_struct
impl !Send for arb_mat_struct
impl !Sync for arb_mat_struct
impl Unpin for arb_mat_struct
impl UnsafeUnpin for arb_mat_struct
impl UnwindSafe for arb_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