#[repr(C)]pub struct cs_igraph_numeric {
pub(crate) _unused: [u8; 0],
}Fields§
§_unused: [u8; 0]Trait Implementations§
Source§impl Clone for cs_igraph_numeric
impl Clone for cs_igraph_numeric
Source§fn clone(&self) -> cs_igraph_numeric
fn clone(&self) -> cs_igraph_numeric
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 cs_igraph_numeric
impl Debug for cs_igraph_numeric
impl Copy for cs_igraph_numeric
Auto Trait Implementations§
impl Freeze for cs_igraph_numeric
impl RefUnwindSafe for cs_igraph_numeric
impl Send for cs_igraph_numeric
impl Sync for cs_igraph_numeric
impl Unpin for cs_igraph_numeric
impl UnwindSafe for cs_igraph_numeric
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