pub struct YGNode { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for YGNode
impl RefUnwindSafe for YGNode
impl Send for YGNode
impl Sync for YGNode
impl Unpin for YGNode
impl UnwindSafe for YGNode
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