#[repr(C)]pub struct SearcherState {
pub x: c_int,
pub y: c_int,
pub z: c_int,
pub tSquared: f32,
}
Fields§
§x: c_int
§y: c_int
§z: c_int
§tSquared: f32
Trait Implementations§
Source§impl Clone for SearcherState
impl Clone for SearcherState
Source§fn clone(&self) -> SearcherState
fn clone(&self) -> SearcherState
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 SearcherState
impl Debug for SearcherState
Source§impl PartialEq for SearcherState
impl PartialEq for SearcherState
impl Copy for SearcherState
impl StructuralPartialEq for SearcherState
Auto Trait Implementations§
impl Freeze for SearcherState
impl RefUnwindSafe for SearcherState
impl Send for SearcherState
impl Sync for SearcherState
impl Unpin for SearcherState
impl UnwindSafe for SearcherState
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