Struct parsec_interface::operations::psa_generate_random::Operation
source · [−]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
sourceimpl From<Operation> for NativeOperation
impl From<Operation> for NativeOperation
impl Copy for Operation
Auto Trait Implementations
impl RefUnwindSafe for Operation
impl Send for Operation
impl Sync for Operation
impl Unpin for Operation
impl UnwindSafe for Operation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more