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§
Source§impl Ord for AtnConfig
impl Ord for AtnConfig
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for AtnConfig
impl PartialOrd for AtnConfig
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