pub struct HostControl {
pub command: HostCommand,
}Expand description
§7.2 · HostControl { command }. The 10 historical control events collapse here.
Fields§
§command: HostCommandTrait Implementations§
Source§impl Clone for HostControl
impl Clone for HostControl
Source§fn clone(&self) -> HostControl
fn clone(&self) -> HostControl
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HostControl
impl Debug for HostControl
Source§impl<'de> Deserialize<'de> for HostControl
impl<'de> Deserialize<'de> for HostControl
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
Source§impl PartialEq for HostControl
impl PartialEq for HostControl
Source§impl Serialize for HostControl
impl Serialize for HostControl
impl StructuralPartialEq for HostControl
Auto Trait Implementations§
impl Freeze for HostControl
impl RefUnwindSafe for HostControl
impl Send for HostControl
impl Sync for HostControl
impl Unpin for HostControl
impl UnsafeUnpin for HostControl
impl UnwindSafe for HostControl
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