Struct gtk::TargetEntry [−][src]
#[repr(C)]pub struct TargetEntry { /* fields omitted */ }
Expand description
A TargetEntry represents a single type of
data than can be supplied for by a widget for a selection
or for supplied or received during drag-and-drop.
Implementations
Makes a new TargetEntry.
target
String identifier for target
flags
Set of flags, see TargetFlags
info
an ID that will be passed back to the application
Returns
a pointer to a new TargetEntry.
Free with gtk_target_entry_free()
Trait Implementations
Returns the type identifier of Self.
Auto Trait Implementations
impl RefUnwindSafe for TargetEntryimpl Send for TargetEntryimpl Sync for TargetEntryimpl Unpin for TargetEntryimpl UnwindSafe for TargetEntryBlanket Implementations
Mutably borrows from an owned value. Read more