#[repr(C)]pub struct NiNode;
Trait Implementations§
Source§impl RefCountable for NiNode
impl RefCountable for NiNode
Source§fn inc_ref_count(&self)
fn inc_ref_count(&self)
Increment ref count
Source§fn dec_ref_count(&mut self)
fn dec_ref_count(&mut self)
Decrement ref count
Auto Trait Implementations§
impl Freeze for NiNode
impl RefUnwindSafe for NiNode
impl Send for NiNode
impl Sync for NiNode
impl Unpin for NiNode
impl UnwindSafe for NiNode
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