#[repr(C)]pub struct rank_t {
pub n: c_int,
pub v: *mut *mut node_t,
pub an: c_int,
pub av: *mut *mut node_t,
pub ht1: f64,
pub ht2: f64,
pub pht1: f64,
pub pht2: f64,
pub candidate: boolean,
pub valid: boolean,
pub cache_nc: c_int,
pub flat: *mut adjmatrix_t,
}Fields§
§n: c_int§v: *mut *mut node_t§an: c_int§av: *mut *mut node_t§ht1: f64§ht2: f64§pht1: f64§pht2: f64§candidate: boolean§valid: boolean§cache_nc: c_int§flat: *mut adjmatrix_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for rank_t
impl RefUnwindSafe for rank_t
impl !Send for rank_t
impl !Sync for rank_t
impl Unpin for rank_t
impl UnwindSafe for rank_t
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