Enum makepad_widgets::shader::std::DragItem
pub enum DragItem {
FilePath {
path: String,
internal_id: Option<LiveId>,
},
String {
value: String,
internal_id: Option<LiveId>,
},
}
Variants§
Trait Implementations§
impl StructuralPartialEq for DragItem
Auto Trait Implementations§
impl RefUnwindSafe for DragItem
impl Send for DragItem
impl Sync for DragItem
impl Unpin for DragItem
impl UnwindSafe for DragItem
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