pub struct SavedLogisticSection {
pub active: bool,
pub filters: &'static [LogisticFilter],
pub group: &'static str,
pub multiplier: f32,
}Fields§
§active: bool§filters: &'static [LogisticFilter]§group: &'static str§multiplier: f32Trait Implementations§
Source§impl Clone for SavedLogisticSection
impl Clone for SavedLogisticSection
Source§fn clone(&self) -> SavedLogisticSection
fn clone(&self) -> SavedLogisticSection
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 moreimpl Copy for SavedLogisticSection
Source§impl Debug for SavedLogisticSection
impl Debug for SavedLogisticSection
Source§impl Default for SavedLogisticSection
impl Default for SavedLogisticSection
Source§fn default() -> SavedLogisticSection
fn default() -> SavedLogisticSection
Returns the “default value” for a type. Read more
Source§impl PartialEq for SavedLogisticSection
impl PartialEq for SavedLogisticSection
impl StructuralPartialEq for SavedLogisticSection
Auto Trait Implementations§
impl Freeze for SavedLogisticSection
impl RefUnwindSafe for SavedLogisticSection
impl Send for SavedLogisticSection
impl Sync for SavedLogisticSection
impl Unpin for SavedLogisticSection
impl UnsafeUnpin for SavedLogisticSection
impl UnwindSafe for SavedLogisticSection
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