Struct gtk::TargetEntry [−][src]
#[repr(C)]pub struct TargetEntry { /* fields omitted */ }
Methods
impl TargetEntry[src]
impl TargetEntrypub fn new(target: &str, flags: TargetFlags, info: u32) -> TargetEntry[src]
pub fn new(target: &str, flags: TargetFlags, info: u32) -> TargetEntrypub fn get_target(&self) -> &str[src]
pub fn get_target(&self) -> &strpub fn get_flags(&self) -> TargetFlags[src]
pub fn get_flags(&self) -> TargetFlagspub fn get_info(&self) -> u32[src]
pub fn get_info(&self) -> u32Trait Implementations
impl Clone for TargetEntry[src]
impl Clone for TargetEntryfn clone(&self) -> TargetEntry[src]
fn clone(&self) -> TargetEntryReturns 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 TargetEntryfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl StaticType for TargetEntry[src]
impl StaticType for TargetEntryfn static_type() -> Type[src]
fn static_type() -> TypeReturns the type identifier of Self.
Auto Trait Implementations
impl Send for TargetEntry
impl Send for TargetEntryimpl Sync for TargetEntry
impl Sync for TargetEntry