#[repr(C)]pub struct CommandData {
pub arg_type: TangoDataType,
pub cmd_data: TangoCommandData,
}
Fields§
§arg_type: TangoDataType
§cmd_data: TangoCommandData
Trait Implementations§
Source§impl Clone for CommandData
impl Clone for CommandData
Source§fn clone(&self) -> CommandData
fn clone(&self) -> CommandData
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 moreimpl Copy for CommandData
Auto Trait Implementations§
impl Freeze for CommandData
impl RefUnwindSafe for CommandData
impl !Send for CommandData
impl !Sync for CommandData
impl Unpin for CommandData
impl UnwindSafe for CommandData
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