pub struct BlueprintLogisticSections {
pub request_from_buffers: bool,
pub sections: &'static [LogisticSection],
pub trash_not_requested: bool,
}Fields§
§request_from_buffers: bool§sections: &'static [LogisticSection]§trash_not_requested: boolTrait Implementations§
Source§impl Clone for BlueprintLogisticSections
impl Clone for BlueprintLogisticSections
Source§fn clone(&self) -> BlueprintLogisticSections
fn clone(&self) -> BlueprintLogisticSections
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 BlueprintLogisticSections
Source§impl Debug for BlueprintLogisticSections
impl Debug for BlueprintLogisticSections
Source§impl Default for BlueprintLogisticSections
impl Default for BlueprintLogisticSections
Source§fn default() -> BlueprintLogisticSections
fn default() -> BlueprintLogisticSections
Returns the “default value” for a type. Read more
impl StructuralPartialEq for BlueprintLogisticSections
Auto Trait Implementations§
impl Freeze for BlueprintLogisticSections
impl RefUnwindSafe for BlueprintLogisticSections
impl Send for BlueprintLogisticSections
impl Sync for BlueprintLogisticSections
impl Unpin for BlueprintLogisticSections
impl UnsafeUnpin for BlueprintLogisticSections
impl UnwindSafe for BlueprintLogisticSections
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