Struct tskit::NodeTableRow
source · [−]pub struct NodeTableRow {
pub id: NodeId,
pub time: Time,
pub flags: NodeFlags,
pub population: PopulationId,
pub individual: IndividualId,
pub metadata: Option<Vec<u8>>,
}Expand description
Row of a NodeTable
Fields
id: NodeIdtime: Timeflags: NodeFlagspopulation: PopulationIdindividual: IndividualIdmetadata: Option<Vec<u8>>Trait Implementations
sourceimpl PartialEq<NodeTableRow> for NodeTableRow
impl PartialEq<NodeTableRow> for NodeTableRow
Auto Trait Implementations
impl RefUnwindSafe for NodeTableRow
impl Send for NodeTableRow
impl Sync for NodeTableRow
impl Unpin for NodeTableRow
impl UnwindSafe for NodeTableRow
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more