pub struct EntitySearchFilters {Show 17 fields
pub area: LuaAny,
pub collision_mask: LuaAny,
pub direction: LuaAny,
pub force: LuaAny,
pub ghost_name: LuaAny,
pub ghost_type: LuaAny,
pub has_item_inside: LuaAny,
pub invert: bool,
pub is_military_target: bool,
pub limit: u32,
pub name: LuaAny,
pub position: LuaAny,
pub quality: LuaAny,
pub radius: f64,
pub to_be_deconstructed: bool,
pub to_be_upgraded: bool,
pub type: LuaAny,
}Fields§
§area: LuaAny§collision_mask: LuaAny§direction: LuaAny§force: LuaAny§ghost_name: LuaAny§ghost_type: LuaAny§has_item_inside: LuaAny§invert: bool§is_military_target: bool§limit: u32§name: LuaAny§position: LuaAny§quality: LuaAny§radius: f64§to_be_deconstructed: bool§to_be_upgraded: bool§type: LuaAnyTrait Implementations§
Source§impl Clone for EntitySearchFilters
impl Clone for EntitySearchFilters
Source§fn clone(&self) -> EntitySearchFilters
fn clone(&self) -> EntitySearchFilters
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 EntitySearchFilters
Source§impl Debug for EntitySearchFilters
impl Debug for EntitySearchFilters
Source§impl Default for EntitySearchFilters
impl Default for EntitySearchFilters
Source§fn default() -> EntitySearchFilters
fn default() -> EntitySearchFilters
Returns the “default value” for a type. Read more
Source§impl PartialEq for EntitySearchFilters
impl PartialEq for EntitySearchFilters
impl StructuralPartialEq for EntitySearchFilters
Auto Trait Implementations§
impl Freeze for EntitySearchFilters
impl RefUnwindSafe for EntitySearchFilters
impl Send for EntitySearchFilters
impl Sync for EntitySearchFilters
impl Unpin for EntitySearchFilters
impl UnsafeUnpin for EntitySearchFilters
impl UnwindSafe for EntitySearchFilters
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