Struct _NSTCEHITTEST
#[repr(transparent)]pub struct _NSTCEHITTEST(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for _NSTCEHITTEST
impl Clone for _NSTCEHITTEST
§fn clone(&self) -> _NSTCEHITTEST
fn clone(&self) -> _NSTCEHITTEST
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 more§impl Debug for _NSTCEHITTEST
impl Debug for _NSTCEHITTEST
§impl Default for _NSTCEHITTEST
impl Default for _NSTCEHITTEST
§fn default() -> _NSTCEHITTEST
fn default() -> _NSTCEHITTEST
Returns the “default value” for a type. Read more
§impl PartialEq for _NSTCEHITTEST
impl PartialEq for _NSTCEHITTEST
impl Copy for _NSTCEHITTEST
impl Eq for _NSTCEHITTEST
impl StructuralPartialEq for _NSTCEHITTEST
Auto Trait Implementations§
impl Freeze for _NSTCEHITTEST
impl RefUnwindSafe for _NSTCEHITTEST
impl Send for _NSTCEHITTEST
impl Sync for _NSTCEHITTEST
impl Unpin for _NSTCEHITTEST
impl UnwindSafe for _NSTCEHITTEST
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