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