struct DispatchLookupTable {
to_reader: Box<[i8]>,
promotion: Box<[Promotion]>,
}
Fields§
§to_reader: Box<[i8]>
§promotion: Box<[Promotion]>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DispatchLookupTable
impl RefUnwindSafe for DispatchLookupTable
impl Send for DispatchLookupTable
impl Sync for DispatchLookupTable
impl Unpin for DispatchLookupTable
impl UnwindSafe for DispatchLookupTable
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