pub struct PortOutputCommandFeedbackFormat {
pub msg1: FeedbackMessage,
pub msg2: Option<FeedbackMessage>,
pub msg3: Option<FeedbackMessage>,
}Fields§
§msg1: FeedbackMessage§msg2: Option<FeedbackMessage>§msg3: Option<FeedbackMessage>Implementations§
Trait Implementations§
Source§impl Clone for PortOutputCommandFeedbackFormat
impl Clone for PortOutputCommandFeedbackFormat
Source§fn clone(&self) -> PortOutputCommandFeedbackFormat
fn clone(&self) -> PortOutputCommandFeedbackFormat
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 moreimpl Copy for PortOutputCommandFeedbackFormat
impl Eq for PortOutputCommandFeedbackFormat
impl StructuralPartialEq for PortOutputCommandFeedbackFormat
Auto Trait Implementations§
impl Freeze for PortOutputCommandFeedbackFormat
impl RefUnwindSafe for PortOutputCommandFeedbackFormat
impl Send for PortOutputCommandFeedbackFormat
impl Sync for PortOutputCommandFeedbackFormat
impl Unpin for PortOutputCommandFeedbackFormat
impl UnsafeUnpin for PortOutputCommandFeedbackFormat
impl UnwindSafe for PortOutputCommandFeedbackFormat
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