struct VringState {
queue: QueueConfig,
config: VringConfig,
}Fields§
§queue: QueueConfig§config: VringConfigTrait Implementations§
Auto Trait Implementations§
impl Freeze for VringState
impl RefUnwindSafe for VringState
impl Send for VringState
impl Sync for VringState
impl Unpin for VringState
impl UnwindSafe for VringState
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