Struct regex_automata::util::alphabet::BitSet
source · struct BitSet([u128; 2]);
Expand description
The representation of a byte set. Split out so that we can define a convenient Debug impl for it while keeping “ByteSet” in the output.
Tuple Fields§
§0: [u128; 2]
Trait Implementations§
source§impl PartialEq for BitSet
impl PartialEq for BitSet
impl Copy for BitSet
impl Eq for BitSet
impl StructuralPartialEq for BitSet
Auto Trait Implementations§
impl Freeze for BitSet
impl RefUnwindSafe for BitSet
impl Send for BitSet
impl Sync for BitSet
impl Unpin for BitSet
impl UnwindSafe for BitSet
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