struct InputSnapshot {
config_select: u8,
config_subsel: u8,
virtio_features: u64,
}Expand description
Snapshot of Input’s state.
Fields§
§config_select: u8§config_subsel: u8§virtio_features: u64Trait Implementations§
Source§impl<'de> Deserialize<'de> for InputSnapshot
impl<'de> Deserialize<'de> for InputSnapshot
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 InputSnapshot
impl RefUnwindSafe for InputSnapshot
impl Send for InputSnapshot
impl Sync for InputSnapshot
impl Unpin for InputSnapshot
impl UnwindSafe for InputSnapshot
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