pub struct AllocDecodingState {
decoding_state: Vec<Lock<State>>,
data_offsets: Vec<u64>,
}
Fields§
§decoding_state: Vec<Lock<State>>
§data_offsets: Vec<u64>
Auto Trait Implementations§
impl Freeze for AllocDecodingState
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