Struct classicube_sys::SearcherState
source · #[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
source§fn eq(&self, other: &SearcherState) -> bool
fn eq(&self, other: &SearcherState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)