Struct puffin::fuzzer::bit_mutations::ByteNegMutatorDY
source · pub struct ByteNegMutatorDY<S>where
S: HasRand + HasMaxSize,{
config: MutationConfig,
phantom_s: PhantomData<S>,
}Expand description
mutation definition
Fields§
§config: MutationConfig§phantom_s: PhantomData<S>Implementations§
source§impl<S> ByteNegMutatorDY<S>where
S: HasRand + HasMaxSize,
impl<S> ByteNegMutatorDY<S>where
S: HasRand + HasMaxSize,
pub const fn new(config: MutationConfig) -> Self
Trait Implementations§
source§impl<S, PT> Mutator<Trace<PT>, S> for ByteNegMutatorDY<S>where
S: HasRand + HasMaxSize,
PT: ProtocolTypes,
impl<S, PT> Mutator<Trace<PT>, S> for ByteNegMutatorDY<S>where
S: HasRand + HasMaxSize,
PT: ProtocolTypes,
Auto Trait Implementations§
impl<S> Freeze for ByteNegMutatorDY<S>
impl<S> RefUnwindSafe for ByteNegMutatorDY<S>where
S: RefUnwindSafe,
impl<S> Send for ByteNegMutatorDY<S>where
S: Send,
impl<S> Sync for ByteNegMutatorDY<S>where
S: Sync,
impl<S> Unpin for ByteNegMutatorDY<S>where
S: Unpin,
impl<S> UnwindSafe for ByteNegMutatorDY<S>where
S: UnwindSafe,
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
§impl<Tail, T> Prepend<T> for Tail
impl<Tail, T> Prepend<T> for Tail
§type PreprendResult = Tail
type PreprendResult = Tail
The Resulting [
TupleList], of an [Prepend::prepend()] call,
including the prepended entry.