pub struct VirtioQueuePayload {
pub writeable: bool,
pub address: u64,
pub length: u32,
}
Fields§
§writeable: bool
§address: u64
§length: u32
Auto Trait Implementations§
impl Freeze for VirtioQueuePayload
impl RefUnwindSafe for VirtioQueuePayload
impl Send for VirtioQueuePayload
impl Sync for VirtioQueuePayload
impl Unpin for VirtioQueuePayload
impl UnwindSafe for VirtioQueuePayload
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