#[repr(C)]pub struct StrongholdIter {
pub pos: Pos,
pub nextapprox: Pos,
pub index: c_int,
pub ringnum: c_int,
pub ringmax: c_int,
pub ringidx: c_int,
pub angle: f64,
pub dist: f64,
pub rnds: u64,
pub mc: c_int,
}Fields§
§pos: Pos§nextapprox: Pos§index: c_int§ringnum: c_int§ringmax: c_int§ringidx: c_int§angle: f64§dist: f64§rnds: u64§mc: c_intTrait Implementations§
Source§impl Clone for StrongholdIter
impl Clone for StrongholdIter
Source§fn clone(&self) -> StrongholdIter
fn clone(&self) -> StrongholdIter
Returns a copy 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 StrongholdIter
impl Debug for StrongholdIter
impl Copy for StrongholdIter
Auto Trait Implementations§
impl Freeze for StrongholdIter
impl RefUnwindSafe for StrongholdIter
impl Send for StrongholdIter
impl Sync for StrongholdIter
impl Unpin for StrongholdIter
impl UnwindSafe for StrongholdIter
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