#[repr(C)]pub struct acb_theta_eld_struct {Show 13 fields
pub dim: slong,
pub ambient_dim: slong,
pub last_coords: *mut slong,
pub min: slong,
pub mid: slong,
pub max: slong,
pub nr: slong,
pub nl: slong,
pub rchildren: *mut acb_theta_eld_struct,
pub lchildren: *mut acb_theta_eld_struct,
pub nb_pts: slong,
pub nb_border: slong,
pub box_: *mut slong,
}Fields§
§dim: slong§ambient_dim: slong§last_coords: *mut slong§min: slong§mid: slong§max: slong§nr: slong§nl: slong§rchildren: *mut acb_theta_eld_struct§lchildren: *mut acb_theta_eld_struct§nb_pts: slong§nb_border: slong§box_: *mut slongTrait Implementations§
Auto Trait Implementations§
impl Freeze for acb_theta_eld_struct
impl RefUnwindSafe for acb_theta_eld_struct
impl !Send for acb_theta_eld_struct
impl !Sync for acb_theta_eld_struct
impl Unpin for acb_theta_eld_struct
impl UnsafeUnpin for acb_theta_eld_struct
impl UnwindSafe for acb_theta_eld_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