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