Enum easy_imgui::DragDropPayloadCond
source · pub enum DragDropPayloadCond {
Always,
Once,
}Expand description
This is a sub-set of Cond, only for drag&drop payloads.
Variants§
Auto Trait Implementations§
impl Freeze for DragDropPayloadCond
impl RefUnwindSafe for DragDropPayloadCond
impl Send for DragDropPayloadCond
impl Sync for DragDropPayloadCond
impl Unpin for DragDropPayloadCond
impl UnwindSafe for DragDropPayloadCond
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