Struct gtk_sys::GtkTargetEntry[][src]

#[repr(C)]
pub struct GtkTargetEntry { pub target: *mut c_char, pub flags: c_uint, pub info: c_uint, }

Fields

Trait Implementations

impl Copy for GtkTargetEntry
[src]

impl Clone for GtkTargetEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkTargetEntry
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkTargetEntry

impl !Sync for GtkTargetEntry