Struct YGNode
yoga_sys
#[repr(C)] pub struct YGNode { /* fields omitted */ }
impl Debug for YGNode
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter.
impl Copy for YGNode
impl Clone for YGNode
fn clone(&self) -> YGNode
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
source