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