Struct parsec_interface::operations::psa_generate_random::Operation [−][src]
pub struct Operation { pub size: usize, }
Expand description
Native object for creating a cryptographic key.
Fields
size: usize
size
specifies how many random bytes to fetch.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Operation
impl UnwindSafe for Operation
Blanket Implementations
Mutably borrows from an owned value. Read more