Struct sha::utils::StdPad
[-] [+]
[src]
pub struct StdPad { // some fields omitted }
pub struct StdPad { // some fields omitted }
impl StdPad
fn new(suffix: Vec<u8>, block_len: usize) -> StdPad
fn with_prefix(prefix: u8, suffix: Vec<u8>, block_len: usize) -> StdPad
impl ReadPad for StdPad
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).