Struct gtk_sys::GtkTargetPair[][src]

#[repr(C)]
pub struct GtkTargetPair { pub target: GdkAtom, pub flags: c_uint, pub info: c_uint, }

Fields

Trait Implementations

impl Copy for GtkTargetPair
[src]

impl Clone for GtkTargetPair
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkTargetPair
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkTargetPair

impl !Sync for GtkTargetPair