Struct miniblink_sys::wkeWebDragOperationsMask
source · #[repr(transparent)]pub struct wkeWebDragOperationsMask(pub c_int);Tuple Fields§
§0: c_intImplementations§
source§impl _wkeWebDragOperation
impl _wkeWebDragOperation
pub const wkeWebDragOperationNone: _wkeWebDragOperation = _
source§impl _wkeWebDragOperation
impl _wkeWebDragOperation
pub const wkeWebDragOperationCopy: _wkeWebDragOperation = _
source§impl _wkeWebDragOperation
impl _wkeWebDragOperation
pub const wkeWebDragOperationLink: _wkeWebDragOperation = _
source§impl _wkeWebDragOperation
impl _wkeWebDragOperation
pub const wkeWebDragOperationGeneric: _wkeWebDragOperation = _
source§impl _wkeWebDragOperation
impl _wkeWebDragOperation
pub const wkeWebDragOperationPrivate: _wkeWebDragOperation = _
source§impl _wkeWebDragOperation
impl _wkeWebDragOperation
pub const wkeWebDragOperationMove: _wkeWebDragOperation = _
source§impl _wkeWebDragOperation
impl _wkeWebDragOperation
pub const wkeWebDragOperationDelete: _wkeWebDragOperation = _
source§impl _wkeWebDragOperation
impl _wkeWebDragOperation
pub const wkeWebDragOperationEvery: _wkeWebDragOperation = _
Trait Implementations§
source§impl Clone for _wkeWebDragOperation
impl Clone for _wkeWebDragOperation
source§fn clone(&self) -> _wkeWebDragOperation
fn clone(&self) -> _wkeWebDragOperation
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 moresource§impl Debug for _wkeWebDragOperation
impl Debug for _wkeWebDragOperation
source§impl Hash for _wkeWebDragOperation
impl Hash for _wkeWebDragOperation
source§impl PartialEq for _wkeWebDragOperation
impl PartialEq for _wkeWebDragOperation
source§fn eq(&self, other: &_wkeWebDragOperation) -> bool
fn eq(&self, other: &_wkeWebDragOperation) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for _wkeWebDragOperation
impl Eq for _wkeWebDragOperation
impl StructuralPartialEq for _wkeWebDragOperation
Auto Trait Implementations§
impl Freeze for _wkeWebDragOperation
impl RefUnwindSafe for _wkeWebDragOperation
impl Send for _wkeWebDragOperation
impl Sync for _wkeWebDragOperation
impl Unpin for _wkeWebDragOperation
impl UnwindSafe for _wkeWebDragOperation
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