pub struct DndAtoms {
pub action_private: Atom,
pub aware: Atom,
pub drop: Atom,
pub enter: Atom,
pub leave: Atom,
pub none: Atom,
pub position: Atom,
pub selection: Atom,
pub status: Atom,
pub type_list: Atom,
pub uri_list: Atom,
}Fields§
§action_private: Atom§aware: Atom§drop: Atom§enter: Atom§leave: Atom§none: Atom§position: Atom§selection: Atom§status: Atom§type_list: Atom§uri_list: AtomImplementations§
Auto Trait Implementations§
impl Freeze for DndAtoms
impl RefUnwindSafe for DndAtoms
impl Send for DndAtoms
impl Sync for DndAtoms
impl Unpin for DndAtoms
impl UnsafeUnpin for DndAtoms
impl UnwindSafe for DndAtoms
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