#[repr(C)]pub struct PatternEntry {
pub step_index: u16,
pub pattern_index: u16,
pub is_rooted: bool,
}
Fields§
§step_index: u16
§pattern_index: u16
§is_rooted: bool
Trait Implementations§
Source§impl Clone for PatternEntry
impl Clone for PatternEntry
Source§fn clone(&self) -> PatternEntry
fn clone(&self) -> PatternEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for PatternEntry
Auto Trait Implementations§
impl Freeze for PatternEntry
impl RefUnwindSafe for PatternEntry
impl Send for PatternEntry
impl Sync for PatternEntry
impl Unpin for PatternEntry
impl UnwindSafe for PatternEntry
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