#[repr(C)]pub struct bhkCharacterController;
Trait Implementations§
Source§impl Debug for bhkCharacterController
impl Debug for bhkCharacterController
Source§impl RefCountable for bhkCharacterController
impl RefCountable for bhkCharacterController
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 bhkCharacterController
impl RefUnwindSafe for bhkCharacterController
impl Send for bhkCharacterController
impl Sync for bhkCharacterController
impl Unpin for bhkCharacterController
impl UnwindSafe for bhkCharacterController
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