Struct hyperscan::expression::info::ExprWidth
source · #[repr(transparent)]pub struct ExprWidth(pub usize);Available on crate feature
compiler only.Expand description
The upper or lower bound for the length of any matches returned by a pattern.
Tuple Fields§
§0: usizeTrait Implementations§
source§impl Ord for ExprWidth
impl Ord for ExprWidth
source§impl PartialEq for ExprWidth
impl PartialEq for ExprWidth
source§impl PartialOrd for ExprWidth
impl PartialOrd for ExprWidth
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for ExprWidth
impl Eq for ExprWidth
impl StructuralEq for ExprWidth
impl StructuralPartialEq for ExprWidth
Auto Trait Implementations§
impl RefUnwindSafe for ExprWidth
impl Send for ExprWidth
impl Sync for ExprWidth
impl Unpin for ExprWidth
impl UnwindSafe for ExprWidth
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.