Struct gmime::Source [−]
pub struct Source(_);
Methods
impl Source
impl Sourcepub fn add_child_source(&self, child_source: &Source)
pub fn add_child_source(&self, child_source: &Source)pub fn attach<'a, P>(&self, context: P) -> u32 where
P: Into<Option<&'a MainContext>>,
pub fn attach<'a, P>(&self, context: P) -> u32 where
P: Into<Option<&'a MainContext>>, pub fn destroy(&self)
pub fn destroy(&self)pub fn get_can_recurse(&self) -> bool
pub fn get_can_recurse(&self) -> boolpub fn get_context(&self) -> Option<MainContext>
pub fn get_context(&self) -> Option<MainContext>pub fn get_id(&self) -> u32
pub fn get_id(&self) -> u32pub fn get_name(&self) -> Option<String>
pub fn get_name(&self) -> Option<String>pub fn get_priority(&self) -> i32
pub fn get_priority(&self) -> i32pub fn get_ready_time(&self) -> i64
pub fn get_ready_time(&self) -> i64pub fn get_time(&self) -> i64
pub fn get_time(&self) -> i64pub fn is_destroyed(&self) -> bool
pub fn is_destroyed(&self) -> boolpub fn remove_child_source(&self, child_source: &Source)
pub fn remove_child_source(&self, child_source: &Source)pub fn remove(tag: u32) -> bool
pub fn remove(tag: u32) -> boolTrait Implementations
impl Sync for Source
impl Sync for Sourceimpl Clone for Source
impl Clone for Sourcefn clone(&self) -> Source
fn clone(&self) -> SourceReturns 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 StaticType for Source
impl StaticType for Sourcefn static_type() -> Type
fn static_type() -> TypeReturns the type identifier of Self.
impl Send for Source
impl Send for Source