pub struct PoolRow {
pub label: &'static str,
pub current: f32,
pub max: f32,
}Fields§
§label: &'static str§current: f32§max: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for PoolRow
impl RefUnwindSafe for PoolRow
impl Send for PoolRow
impl Sync for PoolRow
impl Unpin for PoolRow
impl UnsafeUnpin for PoolRow
impl UnwindSafe for PoolRow
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