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
impl Copy for GtkTargetEntry[src]
impl Copy for GtkTargetEntryimpl Clone for GtkTargetEntry[src]
impl Clone for GtkTargetEntryfn clone(&self) -> GtkTargetEntry[src]
fn clone(&self) -> GtkTargetEntryReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GtkTargetEntry[src]
impl Debug for GtkTargetEntryAuto Trait Implementations
impl !Send for GtkTargetEntry
impl !Send for GtkTargetEntryimpl !Sync for GtkTargetEntry
impl !Sync for GtkTargetEntry