Struct tripcode::hash::ScKatakanaHash [] [src]

pub struct ScKatakanaHash(pub Sc15Hash);

90-bit hash value that represents 2ch.sc's katakana tripcode (カタカナトリップ).

Trait Implementations

impl Copy for ScKatakanaHash
[src]

impl Clone for ScKatakanaHash
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ScKatakanaHash
[src]

Formats the value using the given formatter.

impl PartialEq for ScKatakanaHash
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ScKatakanaHash
[src]

impl PartialOrd for ScKatakanaHash
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Ord for ScKatakanaHash
[src]

This method returns an Ordering between self and other. Read more

impl Hash for ScKatakanaHash
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl TripcodeHash for ScKatakanaHash
[src]

Decodes a tripcode into a hash value. Read more

Returns maximum length of resulting tripcode, in bytes.

Returns maximum length of resulting tripcode when encoded in Shift-JIS, in bytes.

Encodes self into a tripcode and appends it on a String.

Encodes self into a tripcode and writes it to a Write.

Decodes a Shift-JIS-encoded tripcode.

Encodes self into a Shift-JIS-encoded tripcode and appends it on a Vec<u8>.

Encodes self into a Shift-JIS-encoded tripcode and writes it to a Write.

Encodes self into a tripcode.

Encodes self into a Shift-JIS-encoded tripcode.