Struct arb_sys::arb_mat::arb_mat_struct [−][src]
#[repr(C)]pub struct arb_mat_struct {
pub entries: arb_ptr,
pub r: mp_limb_signed_t,
pub c: mp_limb_signed_t,
pub rows: *mut arb_ptr,
}Fields
entries: arb_ptrr: mp_limb_signed_tc: mp_limb_signed_trows: *mut arb_ptrTrait Implementations
Auto Trait Implementations
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 UnwindSafe for arb_mat_struct
Blanket Implementations
Mutably borrows from an owned value. Read more
