Struct gtk_sys::GtkTargetEntry
source · [−]#[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 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