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