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