pub struct BlkioStartOutcome {
pub queues: Vec<Blkioq>,
pub poll_queues: Vec<Blkioq>,
}Expand description
The successful return value of Blkio::start, holding the created queues and poll queues.
Fields§
§queues: Vec<Blkioq>§poll_queues: Vec<Blkioq>Auto Trait Implementations§
impl Freeze for BlkioStartOutcome
impl !RefUnwindSafe for BlkioStartOutcome
impl Send for BlkioStartOutcome
impl Sync for BlkioStartOutcome
impl Unpin for BlkioStartOutcome
impl !UnwindSafe for BlkioStartOutcome
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