pub struct PerkStyleSelection {
pub perk: i32,
pub var1: i32,
pub var2: i32,
pub var3: i32,
}Fields§
§perk: i32§var1: i32§var2: i32§var3: i32Auto Trait Implementations§
impl Freeze for PerkStyleSelection
impl RefUnwindSafe for PerkStyleSelection
impl Send for PerkStyleSelection
impl Sync for PerkStyleSelection
impl Unpin for PerkStyleSelection
impl UnsafeUnpin for PerkStyleSelection
impl UnwindSafe for PerkStyleSelection
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