#[repr(C)]pub struct GestureState {}Expand description
Implementations§
Source§impl GestureState
impl GestureState
Sourcepub fn set_default(&mut self)
pub fn set_default(&mut self)
SetDefault() overload
Sourcepub fn get_type(&mut self) -> GestureType
pub fn get_type(&mut self) -> GestureType
get_type() overload
Sourcepub fn get_direction(&mut self) -> GestureDirection
pub fn get_direction(&mut self) -> GestureDirection
get_direction() overload
Sourcepub fn get_is_double_tap(&mut self) -> bool
pub fn get_is_double_tap(&mut self) -> bool
get_isDoubleTap() overload
Sourcepub fn to_string(&mut self) -> Il2CppString
pub fn to_string(&mut self) -> Il2CppString
ToString() overload
Source§impl GestureState
impl GestureState
pub fn set_default_method_info() -> &'static MethodInfo
pub fn get_type_method_info() -> &'static MethodInfo
pub fn get_direction_method_info() -> &'static MethodInfo
pub fn get_is_double_tap_method_info() -> &'static MethodInfo
pub fn to_string_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for GestureState
impl ClassIdentity for GestureState
Source§impl Clone for GestureState
impl Clone for GestureState
Source§fn clone(&self) -> GestureState
fn clone(&self) -> GestureState
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 GestureState
Auto Trait Implementations§
impl Freeze for GestureState
impl RefUnwindSafe for GestureState
impl Send for GestureState
impl Sync for GestureState
impl Unpin for GestureState
impl UnwindSafe for GestureState
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)