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