Struct windows_sys::UI::Input::EdgeGestureKind
[−]#[repr(transparent)]pub struct EdgeGestureKind(pub i32);
Expand description
Required features: ‘UI_Input’
Tuple Fields
0: i32
Implementations
impl EdgeGestureKind
impl EdgeGestureKind
Trait Implementations
impl Clone for EdgeGestureKind
impl Clone for EdgeGestureKind
impl Copy for EdgeGestureKind
Auto Trait Implementations
impl RefUnwindSafe for EdgeGestureKind
impl Send for EdgeGestureKind
impl Sync for EdgeGestureKind
impl Unpin for EdgeGestureKind
impl UnwindSafe for EdgeGestureKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more