Struct gtk_sys::GtkTargetEntry [−][src]
#[repr(C)]pub struct GtkTargetEntry { pub target: *mut c_char, pub flags: c_uint, pub info: c_uint, }
Fields
target: *mut c_charflags: c_uintinfo: c_uintTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkTargetEntryimpl !Send for GtkTargetEntryimpl !Sync for GtkTargetEntryimpl Unpin for GtkTargetEntryimpl UnwindSafe for GtkTargetEntryBlanket Implementations
Mutably borrows from an owned value. Read more