pub struct EventCommand {
pub code: u16,
pub indent: usize,
pub parameters: Vec<ParameterType>,
pub guid: u16,
}Fields§
§code: u16§indent: usize§parameters: Vec<ParameterType>§guid: u16Trait Implementations§
Source§impl Clone for EventCommand
impl Clone for EventCommand
Source§fn clone(&self) -> EventCommand
fn clone(&self) -> EventCommand
Returns a duplicate of the value. Read more
1.0.0 · 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 EventCommand
impl Debug for EventCommand
Source§impl<'de> Deserialize<'de> for EventCommand
impl<'de> Deserialize<'de> for EventCommand
Source§fn deserialize<D>(deserializer: D) -> Result<Self, DeError>where
D: DeserializerTrait<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, DeError>where
D: DeserializerTrait<'de>,
Deserialize this value from the given deserializer.
Source§impl<'de> Deserialize<'de> for EventCommand
impl<'de> Deserialize<'de> for EventCommand
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 Serialize for EventCommand
impl Serialize for EventCommand
Auto Trait Implementations§
impl Freeze for EventCommand
impl RefUnwindSafe for EventCommand
impl Send for EventCommand
impl Sync for EventCommand
impl Unpin for EventCommand
impl UnwindSafe for EventCommand
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