#[repr(transparent)]pub struct DragDropModifiers(pub u32);Expand description
Required features: ‘ApplicationModel_DataTransfer_DragDrop’
Tuple Fields
0: u32Implementations
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
Trait Implementations
impl Clone for DragDropModifiers
impl Clone for DragDropModifiers
impl Copy for DragDropModifiers
Auto Trait Implementations
impl RefUnwindSafe for DragDropModifiers
impl Send for DragDropModifiers
impl Sync for DragDropModifiers
impl Unpin for DragDropModifiers
impl UnwindSafe for DragDropModifiers
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