#[repr(C)]pub struct tsk_tree_position_t {
pub index: tsk_id_t,
pub interval: tsk_tree_position_t__bindgen_ty_1,
pub in_: tsk_tree_position_t__bindgen_ty_2,
pub out: tsk_tree_position_t__bindgen_ty_3,
pub left_current_index: tsk_id_t,
pub right_current_index: tsk_id_t,
pub direction: c_int,
pub tree_sequence: *const tsk_treeseq_t,
}Available on crate feature
bindings only.Fields§
§index: tsk_id_t§interval: tsk_tree_position_t__bindgen_ty_1§in_: tsk_tree_position_t__bindgen_ty_2§out: tsk_tree_position_t__bindgen_ty_3§left_current_index: tsk_id_t§right_current_index: tsk_id_t§direction: c_int§tree_sequence: *const tsk_treeseq_tTrait Implementations§
Source§impl Clone for tsk_tree_position_t
impl Clone for tsk_tree_position_t
Source§fn clone(&self) -> tsk_tree_position_t
fn clone(&self) -> tsk_tree_position_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 tsk_tree_position_t
impl Debug for tsk_tree_position_t
impl Copy for tsk_tree_position_t
Auto Trait Implementations§
impl Freeze for tsk_tree_position_t
impl RefUnwindSafe for tsk_tree_position_t
impl !Send for tsk_tree_position_t
impl !Sync for tsk_tree_position_t
impl Unpin for tsk_tree_position_t
impl UnsafeUnpin for tsk_tree_position_t
impl UnwindSafe for tsk_tree_position_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