Struct windows::ApplicationModel::DataTransfer::DragDrop::DragDropModifiers
#[repr(transparent)]pub struct DragDropModifiers(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl DragDropModifiers
impl DragDropModifiers
pub const None: Self = _
pub const Shift: Self = _
pub const Control: Self = _
pub const Alt: Self = _
pub const LeftButton: Self = _
pub const MiddleButton: Self = _
pub const RightButton: Self = _
§impl DragDropModifiers
impl DragDropModifiers
Trait Implementations§
§impl BitAnd for DragDropModifiers
impl BitAnd for DragDropModifiers
§impl BitAndAssign for DragDropModifiers
impl BitAndAssign for DragDropModifiers
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for DragDropModifiers
impl BitOr for DragDropModifiers
§impl BitOrAssign for DragDropModifiers
impl BitOrAssign for DragDropModifiers
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for DragDropModifiers
impl Clone for DragDropModifiers
§fn clone(&self) -> DragDropModifiers
fn clone(&self) -> DragDropModifiers
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 DragDropModifiers
impl Debug for DragDropModifiers
§impl Default for DragDropModifiers
impl Default for DragDropModifiers
§fn default() -> DragDropModifiers
fn default() -> DragDropModifiers
Returns the “default value” for a type. Read more
§impl Not for DragDropModifiers
impl Not for DragDropModifiers
§impl PartialEq for DragDropModifiers
impl PartialEq for DragDropModifiers
§fn eq(&self, other: &DragDropModifiers) -> bool
fn eq(&self, other: &DragDropModifiers) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DragDropModifiers
impl Eq for DragDropModifiers
impl StructuralPartialEq for DragDropModifiers
Auto Trait Implementations§
impl Freeze for DragDropModifiers
impl RefUnwindSafe for DragDropModifiers
impl Send for DragDropModifiers
impl Sync for DragDropModifiers
impl Unpin for DragDropModifiers
impl UnwindSafe for DragDropModifiers
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)