Struct libafl_inline_c::Assert
source · pub struct Assert { /* private fields */ }
Expand description
Assert
is a wrapper around the assert_cmd::assert::Assert
struct.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Assert
impl Send for Assert
impl Sync for Assert
impl Unpin for Assert
impl !UnwindSafe for Assert
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