#[repr(C)]pub struct next_matchable_info {
pub first_byte_mask: U8,
pub first_byte_anded: U8,
pub mask32: U32,
pub anded32: U32,
pub count: PERL_INT_FAST8_T,
pub min_length: PERL_UINT_FAST8_T,
pub max_length: PERL_UINT_FAST8_T,
pub initial_definitive: PERL_UINT_FAST8_T,
pub initial_exact: PERL_UINT_FAST8_T,
pub lengths: [PERL_UINT_FAST8_T; 6],
pub matches: [U8; 18],
}
Fields§
§first_byte_mask: U8
§first_byte_anded: U8
§mask32: U32
§anded32: U32
§count: PERL_INT_FAST8_T
§min_length: PERL_UINT_FAST8_T
§max_length: PERL_UINT_FAST8_T
§initial_definitive: PERL_UINT_FAST8_T
§initial_exact: PERL_UINT_FAST8_T
§lengths: [PERL_UINT_FAST8_T; 6]
§matches: [U8; 18]
Trait Implementations§
Source§impl Clone for next_matchable_info
impl Clone for next_matchable_info
Source§fn clone(&self) -> next_matchable_info
fn clone(&self) -> next_matchable_info
Returns a copy 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 next_matchable_info
impl Debug for next_matchable_info
impl Copy for next_matchable_info
Auto Trait Implementations§
impl Freeze for next_matchable_info
impl RefUnwindSafe for next_matchable_info
impl Send for next_matchable_info
impl Sync for next_matchable_info
impl Unpin for next_matchable_info
impl UnwindSafe for next_matchable_info
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