Struct gmime::Source [−]
pub struct Source(_);
Methods
impl Source
impl Source
pub 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) -> bool
pub fn get_context(&self) -> Option<MainContext>
pub fn get_context(&self) -> Option<MainContext>
pub fn get_id(&self) -> u32
pub fn get_id(&self) -> u32
pub fn get_name(&self) -> Option<String>
pub fn get_name(&self) -> Option<String>
pub fn get_priority(&self) -> i32
pub fn get_priority(&self) -> i32
pub fn get_ready_time(&self) -> i64
pub fn get_ready_time(&self) -> i64
pub fn get_time(&self) -> i64
pub fn get_time(&self) -> i64
pub fn is_destroyed(&self) -> bool
pub fn is_destroyed(&self) -> bool
pub 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) -> bool
Trait Implementations
impl Sync for Source
impl Sync for Source
impl Clone for Source
impl Clone for Source
fn clone(&self) -> Source
fn clone(&self) -> Source
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 StaticType for Source
impl StaticType for Source
fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of Self
.
impl Send for Source
impl Send for Source