pub struct AtnConfig {
pub state: usize,
pub alt: usize,
pub context: Rc<PredictionContext>,
pub reaches_into_outer_context: usize,
}Fields§
§state: usize§alt: usize§context: Rc<PredictionContext>§reaches_into_outer_context: usizeImplementations§
Trait Implementations§
impl Eq for AtnConfig
impl StructuralPartialEq for AtnConfig
Auto Trait Implementations§
impl Freeze for AtnConfig
impl RefUnwindSafe for AtnConfig
impl !Send for AtnConfig
impl !Sync for AtnConfig
impl Unpin for AtnConfig
impl UnsafeUnpin for AtnConfig
impl UnwindSafe for AtnConfig
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