#[repr(C)]pub struct igraph_eigen_which_t {
pub pos: igraph_eigen_which_position_t,
pub howmany: c_int,
pub il: c_int,
pub iu: c_int,
pub vl: igraph_real_t,
pub vu: igraph_real_t,
pub vestimate: c_int,
pub balance: igraph_lapack_dgeevx_balance_t,
}Fields§
§pos: igraph_eigen_which_position_t§howmany: c_int§il: c_int§iu: c_int§vl: igraph_real_t§vu: igraph_real_t§vestimate: c_int§balance: igraph_lapack_dgeevx_balance_tTrait Implementations§
Source§impl Clone for igraph_eigen_which_t
impl Clone for igraph_eigen_which_t
Source§fn clone(&self) -> igraph_eigen_which_t
fn clone(&self) -> igraph_eigen_which_t
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for igraph_eigen_which_t
impl Debug for igraph_eigen_which_t
impl Copy for igraph_eigen_which_t
Auto Trait Implementations§
impl Freeze for igraph_eigen_which_t
impl RefUnwindSafe for igraph_eigen_which_t
impl Send for igraph_eigen_which_t
impl Sync for igraph_eigen_which_t
impl Unpin for igraph_eigen_which_t
impl UnwindSafe for igraph_eigen_which_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