struct VhostUserDeviceState {
acked_features: u64,
backend_state: Vec<u8>,
}Fields§
§acked_features: u64§backend_state: Vec<u8>Trait Implementations§
Source§impl Debug for VhostUserDeviceState
impl Debug for VhostUserDeviceState
Source§impl<'de> Deserialize<'de> for VhostUserDeviceState
impl<'de> Deserialize<'de> for VhostUserDeviceState
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for VhostUserDeviceState
impl RefUnwindSafe for VhostUserDeviceState
impl Send for VhostUserDeviceState
impl Sync for VhostUserDeviceState
impl Unpin for VhostUserDeviceState
impl UnwindSafe for VhostUserDeviceState
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