#[repr(C)]pub struct GesturePoint {
pub x: i32,
pub y: i32,
}Expand description
Fields§
§x: i32§y: i32Implementations§
Source§impl GesturePoint
impl GesturePoint
Sourcepub fn op_equality(
lhs: impl Into<GesturePoint>,
rhs: impl Into<GesturePoint>,
) -> bool
pub fn op_equality( lhs: impl Into<GesturePoint>, rhs: impl Into<GesturePoint>, ) -> bool
op_Equality(crate::nn::hid::gesturepoint::GesturePoint, crate::nn::hid::gesturepoint::GesturePoint) overload
Sourcepub fn op_inequality(
lhs: impl Into<GesturePoint>,
rhs: impl Into<GesturePoint>,
) -> bool
pub fn op_inequality( lhs: impl Into<GesturePoint>, rhs: impl Into<GesturePoint>, ) -> bool
op_Inequality(crate::nn::hid::gesturepoint::GesturePoint, crate::nn::hid::gesturepoint::GesturePoint) overload
Source§impl GesturePoint
impl GesturePoint
Sourcepub fn to_string(&mut self) -> Il2CppString
pub fn to_string(&mut self) -> Il2CppString
ToString() overload
Sourcepub fn equals(&mut self, right: impl Into<Object>) -> bool
pub fn equals(&mut self, right: impl Into<Object>) -> bool
Equals(crate::system::object::Object) overload
Sourcepub fn equals_2(&mut self, other: impl Into<GesturePoint>) -> bool
pub fn equals_2(&mut self, other: impl Into<GesturePoint>) -> bool
Equals(crate::nn::hid::gesturepoint::GesturePoint) overload
Sourcepub fn get_hash_code(&mut self) -> i32
pub fn get_hash_code(&mut self) -> i32
GetHashCode() overload
Source§impl GesturePoint
impl GesturePoint
pub fn to_string_method_info() -> &'static MethodInfo
pub fn op_equality_method_info() -> &'static MethodInfo
pub fn op_inequality_method_info() -> &'static MethodInfo
pub fn equals_method_info() -> &'static MethodInfo
pub fn equals_2_method_info() -> &'static MethodInfo
pub fn get_hash_code_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for GesturePoint
impl ClassIdentity for GesturePoint
Source§impl Clone for GesturePoint
impl Clone for GesturePoint
Source§fn clone(&self) -> GesturePoint
fn clone(&self) -> GesturePoint
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GesturePoint
Auto Trait Implementations§
impl Freeze for GesturePoint
impl RefUnwindSafe for GesturePoint
impl Send for GesturePoint
impl Sync for GesturePoint
impl Unpin for GesturePoint
impl UnwindSafe for GesturePoint
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)