pub struct ShellForge { /* private fields */ }Implementations§
Source§impl ShellForge
impl ShellForge
pub fn allow_junk(self, allow_junk: bool) -> Self
pub fn with_seed(self, seed: u64) -> Self
pub fn allow_simd(self) -> Self
pub fn generate(&self, byte_len: usize) -> Vec<Instruction>
pub fn generate_bytes(&self, len: usize) -> Vec<u8> ⓘ
Trait Implementations§
Source§impl Clone for ShellForge
impl Clone for ShellForge
Source§fn clone(&self) -> ShellForge
fn clone(&self) -> ShellForge
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for ShellForge
impl Default for ShellForge
Source§fn default() -> ShellForge
fn default() -> ShellForge
Returns the “default value” for a type. Read more
impl Copy for ShellForge
Auto Trait Implementations§
impl Freeze for ShellForge
impl RefUnwindSafe for ShellForge
impl Send for ShellForge
impl Sync for ShellForge
impl Unpin for ShellForge
impl UnsafeUnpin for ShellForge
impl UnwindSafe for ShellForge
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more