Trait gmime::FilterYencExt [−][src]
pub trait FilterYencExt {
fn get_crc(&self) -> u32;
fn get_pcrc(&self) -> u32;
fn set_crc(&self, crc: u32);
fn set_state(&self, state: i32);
}Required Methods
fn get_crc(&self) -> u32
fn get_pcrc(&self) -> u32
Get the computed part crc or (guint32) -1 on fail.
Returns
the computed part crc or (guint32) -1 on fail.
fn set_crc(&self, crc: u32)
fn set_state(&self, state: i32)
Implementors
impl<O: IsA<FilterYenc>> FilterYencExt for O