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_char
flags: c_uint
info: c_uint
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkTargetEntry
impl !Send for GtkTargetEntry
impl !Sync for GtkTargetEntry
impl Unpin for GtkTargetEntry
impl UnwindSafe for GtkTargetEntry
Blanket Implementations
Mutably borrows from an owned value. Read more