pub struct AuxAntPositionsBlock {
pub positions: Vec<AuxAntPosition>,
/* private fields */
}Expand description
AuxAntPositions block (Block ID 5942)
Fields§
§positions: Vec<AuxAntPosition>Implementations§
Trait Implementations§
Source§impl Clone for AuxAntPositionsBlock
impl Clone for AuxAntPositionsBlock
Source§fn clone(&self) -> AuxAntPositionsBlock
fn clone(&self) -> AuxAntPositionsBlock
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AuxAntPositionsBlock
impl Debug for AuxAntPositionsBlock
Auto Trait Implementations§
impl Freeze for AuxAntPositionsBlock
impl RefUnwindSafe for AuxAntPositionsBlock
impl Send for AuxAntPositionsBlock
impl Sync for AuxAntPositionsBlock
impl Unpin for AuxAntPositionsBlock
impl UnsafeUnpin for AuxAntPositionsBlock
impl UnwindSafe for AuxAntPositionsBlock
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