#[repr(transparent)]pub struct libafl_exit_reason_kind(pub c_uint);Tuple Fields§
§0: c_uintTrait Implementations§
Source§impl BitAnd for libafl_exit_reason_kind
impl BitAnd for libafl_exit_reason_kind
Source§impl BitAndAssign for libafl_exit_reason_kind
impl BitAndAssign for libafl_exit_reason_kind
Source§fn bitand_assign(&mut self, rhs: libafl_exit_reason_kind)
fn bitand_assign(&mut self, rhs: libafl_exit_reason_kind)
Performs the
&= operation. Read moreSource§impl BitOr for libafl_exit_reason_kind
impl BitOr for libafl_exit_reason_kind
Source§impl BitOrAssign for libafl_exit_reason_kind
impl BitOrAssign for libafl_exit_reason_kind
Source§fn bitor_assign(&mut self, rhs: libafl_exit_reason_kind)
fn bitor_assign(&mut self, rhs: libafl_exit_reason_kind)
Performs the
|= operation. Read moreSource§impl Clone for libafl_exit_reason_kind
impl Clone for libafl_exit_reason_kind
Source§fn clone(&self) -> libafl_exit_reason_kind
fn clone(&self) -> libafl_exit_reason_kind
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 Debug for libafl_exit_reason_kind
impl Debug for libafl_exit_reason_kind
Source§impl Hash for libafl_exit_reason_kind
impl Hash for libafl_exit_reason_kind
Source§impl PartialEq for libafl_exit_reason_kind
impl PartialEq for libafl_exit_reason_kind
impl Copy for libafl_exit_reason_kind
impl Eq for libafl_exit_reason_kind
impl StructuralPartialEq for libafl_exit_reason_kind
Auto Trait Implementations§
impl Freeze for libafl_exit_reason_kind
impl RefUnwindSafe for libafl_exit_reason_kind
impl Send for libafl_exit_reason_kind
impl Sync for libafl_exit_reason_kind
impl Unpin for libafl_exit_reason_kind
impl UnwindSafe for libafl_exit_reason_kind
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