pub struct NiTimeController;
Trait Implementations§
Source§impl Debug for NiTimeController
impl Debug for NiTimeController
Source§impl RefCountable for NiTimeController
impl RefCountable for NiTimeController
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 NiTimeController
impl RefUnwindSafe for NiTimeController
impl Send for NiTimeController
impl Sync for NiTimeController
impl Unpin for NiTimeController
impl UnwindSafe for NiTimeController
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