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