#[repr(C)]pub struct PlayerSkills { /* private fields */ }
Trait Implementations§
Source§impl Clone for PlayerSkills
impl Clone for PlayerSkills
Source§fn clone(&self) -> PlayerSkills
fn clone(&self) -> PlayerSkills
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PlayerSkills
impl Debug for PlayerSkills
Source§impl PartialEq for PlayerSkills
impl PartialEq for PlayerSkills
impl StructuralPartialEq for PlayerSkills
Auto Trait Implementations§
impl Freeze for PlayerSkills
impl RefUnwindSafe for PlayerSkills
impl !Send for PlayerSkills
impl !Sync for PlayerSkills
impl Unpin for PlayerSkills
impl UnwindSafe for PlayerSkills
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