Struct arb_sys::acb_mat::acb_mat_struct [−][src]
#[repr(C)]pub struct acb_mat_struct {
pub entries: acb_ptr,
pub r: mp_limb_signed_t,
pub c: mp_limb_signed_t,
pub rows: *mut acb_ptr,
}Fields
entries: acb_ptrr: mp_limb_signed_tc: mp_limb_signed_trows: *mut acb_ptrTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for acb_mat_struct
impl !Send for acb_mat_struct
impl !Sync for acb_mat_struct
impl Unpin for acb_mat_struct
impl UnwindSafe for acb_mat_struct
Blanket Implementations
Mutably borrows from an owned value. Read more
