Struct gtk::TargetEntry
[−]
[src]
#[repr(C)]pub struct TargetEntry { /* fields omitted */ }
Methods
impl TargetEntry[src]
pub fn new(target: &str, flags: TargetFlags, info: u32) -> TargetEntry[src]
pub fn get_target(&self) -> &str[src]
pub fn get_flags(&self) -> TargetFlags[src]
pub 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]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl StaticType for TargetEntry[src]
fn static_type() -> Type[src]
Returns the type identifier of Self.