pub struct VirtioSocketDevice;Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VirtioSocketDevice
impl RefUnwindSafe for VirtioSocketDevice
impl Send for VirtioSocketDevice
impl Sync for VirtioSocketDevice
impl Unpin for VirtioSocketDevice
impl UnsafeUnpin for VirtioSocketDevice
impl UnwindSafe for VirtioSocketDevice
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