pub struct AttributeRow {
pub label: &'static str,
pub level: u16,
pub next_level: u16,
pub progress: f32,
pub xp_into_band: f64,
pub xp_band_size: f64,
pub xp_to_next: f64,
pub pool_xp: f64,
pub above_baseline: f64,
}Fields§
§label: &'static str§level: u16§next_level: u16§progress: f32§xp_into_band: f64§xp_band_size: f64§xp_to_next: f64§pool_xp: f64§above_baseline: f64Trait Implementations§
Source§impl Clone for AttributeRow
impl Clone for AttributeRow
Source§fn clone(&self) -> AttributeRow
fn clone(&self) -> AttributeRow
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AttributeRow
impl RefUnwindSafe for AttributeRow
impl Send for AttributeRow
impl Sync for AttributeRow
impl Unpin for AttributeRow
impl UnsafeUnpin for AttributeRow
impl UnwindSafe for AttributeRow
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