Struct rustc_transmute::layout::dfa::Transitions
source · pub(crate) struct Transitions<R>where
R: Ref,{
byte_transitions: Map<Byte, State>,
ref_transitions: Map<R, State>,
}
Fields
byte_transitions: Map<Byte, State>
ref_transitions: Map<R, State>
Implementations
sourceimpl<R> Transitions<R>where
R: Ref,
impl<R> Transitions<R>where
R: Ref,
fn insert(&mut self, transition: Transition<R>, state: State)
Trait Implementations
sourceimpl<R: Clone> Clone for Transitions<R>where
R: Ref,
impl<R: Clone> Clone for Transitions<R>where
R: Ref,
sourcefn clone(&self) -> Transitions<R>
fn clone(&self) -> Transitions<R>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl<R: Debug> Debug for Transitions<R>where
R: Ref,
impl<R: Debug> Debug for Transitions<R>where
R: Ref,
sourceimpl<R> Default for Transitions<R>where
R: Ref,
impl<R> Default for Transitions<R>where
R: Ref,
sourceimpl<R: PartialEq> PartialEq<Transitions<R>> for Transitions<R>where
R: Ref,
impl<R: PartialEq> PartialEq<Transitions<R>> for Transitions<R>where
R: Ref,
sourcefn eq(&self, other: &Transitions<R>) -> bool
fn eq(&self, other: &Transitions<R>) -> bool
impl<R> StructuralPartialEq for Transitions<R>where
R: Ref,
Auto Trait Implementations
impl<R> RefUnwindSafe for Transitions<R>where
R: RefUnwindSafe,
impl<R> Send for Transitions<R>where
R: Send,
impl<R> Sync for Transitions<R>where
R: Sync,
impl<R> Unpin for Transitions<R>where
R: Unpin,
impl<R> UnwindSafe for Transitions<R>where
R: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 112 bytes