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); }

Trait containing all FilterYenc methods.

Implementors

FilterYenc

Required Methods

Get the computed crc or (guint32) -1 on fail.

Returns

the computed crc or (guint32) -1 on fail.

Get the computed part crc or (guint32) -1 on fail.

Returns

the computed part crc or (guint32) -1 on fail.

Sets the current crc32 value on the yEnc filter self to crc.

crc

crc32

Sets the current state of the yencoder/ydecoder

state

encode/decode state

Implementors