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