Struct gtk::TargetEntry
[−]
[src]
#[repr(C)]pub struct TargetEntry { /* fields omitted */ }
Methods
impl TargetEntry
[src]
fn new(target: &str, flags: TargetFlags, info: u32) -> TargetEntry
fn get_target(&self) -> &str
fn get_flags(&self) -> TargetFlags
fn get_info(&self) -> u32
Trait Implementations
impl Clone for TargetEntry
[src]
fn clone(&self) -> TargetEntry
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Debug for TargetEntry
[src]
impl StaticType for TargetEntry
[src]
fn static_type() -> Type
Returns the type identifier of Self
.