Struct gtk_sys::GtkTargetPair
source · #[repr(C)]pub struct GtkTargetPair {
pub target: GdkAtom,
pub flags: c_uint,
pub info: c_uint,
}Fields§
§target: GdkAtom§flags: c_uint§info: c_uintTrait Implementations§
source§impl Clone for GtkTargetPair
impl Clone for GtkTargetPair
source§fn clone(&self) -> GtkTargetPair
fn clone(&self) -> GtkTargetPair
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more