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 TargetEntry
impl Send for TargetEntry
impl Sync for TargetEntry
impl Unpin for TargetEntry
impl UnwindSafe for TargetEntry
Blanket Implementations
Mutably borrows from an owned value. Read more