#[repr(C)]pub struct NiObject {
pub __base: NiRefObject,
}
Fields§
§__base: NiRefObject
Implementations§
Source§impl NiObject
impl NiObject
Trait Implementations§
Source§impl RefCountable for NiObject
impl RefCountable for NiObject
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 NiObject
impl RefUnwindSafe for NiObject
impl !Send for NiObject
impl !Sync for NiObject
impl Unpin for NiObject
impl UnwindSafe for NiObject
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