pub enum I32RaycastMode {
Float,
Integer,
}Variants§
Trait Implementations§
Source§impl Clone for I32RaycastMode
impl Clone for I32RaycastMode
Source§fn clone(&self) -> I32RaycastMode
fn clone(&self) -> I32RaycastMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for I32RaycastMode
Source§impl Debug for I32RaycastMode
impl Debug for I32RaycastMode
Source§impl Default for I32RaycastMode
impl Default for I32RaycastMode
Source§fn default() -> I32RaycastMode
fn default() -> I32RaycastMode
Returns the “default value” for a type. Read more
impl Eq for I32RaycastMode
Source§impl PartialEq for I32RaycastMode
impl PartialEq for I32RaycastMode
impl StructuralPartialEq for I32RaycastMode
Auto Trait Implementations§
impl Freeze for I32RaycastMode
impl RefUnwindSafe for I32RaycastMode
impl Send for I32RaycastMode
impl Sync for I32RaycastMode
impl Unpin for I32RaycastMode
impl UnsafeUnpin for I32RaycastMode
impl UnwindSafe for I32RaycastMode
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