#[repr(transparent)]pub struct cef_drag_operations_mask_t(pub c_uint);Expand description
“Verb” of a drag-and-drop operation as negotiated between the source and destination. These constants match their equivalents in WebCore’s DragActions.h and should not be renumbered.
Tuple Fields§
§0: c_uintImplementations§
Source§impl cef_drag_operations_mask_t
impl cef_drag_operations_mask_t
pub const DRAG_OPERATION_NONE: cef_drag_operations_mask_t
pub const DRAG_OPERATION_COPY: cef_drag_operations_mask_t
pub const DRAG_OPERATION_LINK: cef_drag_operations_mask_t
pub const DRAG_OPERATION_GENERIC: cef_drag_operations_mask_t
pub const DRAG_OPERATION_PRIVATE: cef_drag_operations_mask_t
pub const DRAG_OPERATION_MOVE: cef_drag_operations_mask_t
pub const DRAG_OPERATION_DELETE: cef_drag_operations_mask_t
pub const DRAG_OPERATION_EVERY: cef_drag_operations_mask_t
Trait Implementations§
Source§impl BitAnd for cef_drag_operations_mask_t
impl BitAnd for cef_drag_operations_mask_t
Source§impl BitAndAssign for cef_drag_operations_mask_t
impl BitAndAssign for cef_drag_operations_mask_t
Source§fn bitand_assign(&mut self, rhs: cef_drag_operations_mask_t)
fn bitand_assign(&mut self, rhs: cef_drag_operations_mask_t)
Performs the
&= operation. Read moreSource§impl BitOr for cef_drag_operations_mask_t
impl BitOr for cef_drag_operations_mask_t
Source§impl BitOrAssign for cef_drag_operations_mask_t
impl BitOrAssign for cef_drag_operations_mask_t
Source§fn bitor_assign(&mut self, rhs: cef_drag_operations_mask_t)
fn bitor_assign(&mut self, rhs: cef_drag_operations_mask_t)
Performs the
|= operation. Read moreSource§impl Clone for cef_drag_operations_mask_t
impl Clone for cef_drag_operations_mask_t
Source§fn clone(&self) -> cef_drag_operations_mask_t
fn clone(&self) -> cef_drag_operations_mask_t
Returns a duplicate 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 cef_drag_operations_mask_t
impl Debug for cef_drag_operations_mask_t
Source§impl Hash for cef_drag_operations_mask_t
impl Hash for cef_drag_operations_mask_t
impl Copy for cef_drag_operations_mask_t
impl Eq for cef_drag_operations_mask_t
impl StructuralPartialEq for cef_drag_operations_mask_t
Auto Trait Implementations§
impl Freeze for cef_drag_operations_mask_t
impl RefUnwindSafe for cef_drag_operations_mask_t
impl Send for cef_drag_operations_mask_t
impl Sync for cef_drag_operations_mask_t
impl Unpin for cef_drag_operations_mask_t
impl UnwindSafe for cef_drag_operations_mask_t
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