Struct paralegal_spdg::rustc::mir::interpret::AllocDecodingState
source · pub struct AllocDecodingState {
decoding_state: Vec<Lock<State>, Global>,
data_offsets: Vec<u64, Global>,
}
Fields§
§decoding_state: Vec<Lock<State>, Global>
§data_offsets: Vec<u64, Global>
Auto Trait Implementations§
impl !RefUnwindSafe for AllocDecodingState
impl Send for AllocDecodingState
impl !Sync for AllocDecodingState
impl Unpin for AllocDecodingState
impl UnwindSafe for AllocDecodingState
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