Struct gtk_sys::GtkTargetPair [−][src]
#[repr(C)]pub struct GtkTargetPair { pub target: GdkAtom, pub flags: c_uint, pub info: c_uint, }
Fields
target: GdkAtom
flags: c_uint
info: c_uint
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkTargetPair
impl !Send for GtkTargetPair
impl !Sync for GtkTargetPair
impl Unpin for GtkTargetPair
impl UnwindSafe for GtkTargetPair
Blanket Implementations
Mutably borrows from an owned value. Read more