#[repr(C)]pub struct starpu_tree {
pub nodes: *mut starpu_tree,
pub father: *mut starpu_tree,
pub arity: c_int,
pub id: c_int,
pub level: c_int,
pub is_pu: c_int,
}Expand description
todo
Fields§
§nodes: *mut starpu_tree§father: *mut starpu_tree§arity: c_int§id: c_int§level: c_int§is_pu: c_intTrait Implementations§
Source§impl Clone for starpu_tree
impl Clone for starpu_tree
Source§fn clone(&self) -> starpu_tree
fn clone(&self) -> starpu_tree
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 starpu_tree
impl Debug for starpu_tree
Source§impl Default for starpu_tree
impl Default for starpu_tree
impl Copy for starpu_tree
Auto Trait Implementations§
impl Freeze for starpu_tree
impl RefUnwindSafe for starpu_tree
impl !Send for starpu_tree
impl !Sync for starpu_tree
impl Unpin for starpu_tree
impl UnwindSafe for starpu_tree
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