pub struct PortOutputCommandFormat {
pub port_id: u8,
pub startup_info: StartupInfo,
pub completion_info: CompletionInfo,
pub subcommand: PortOutputSubcommand,
}Fields§
§port_id: u8§startup_info: StartupInfo§completion_info: CompletionInfo§subcommand: PortOutputSubcommandImplementations§
Trait Implementations§
Source§impl Clone for PortOutputCommandFormat
impl Clone for PortOutputCommandFormat
Source§fn clone(&self) -> PortOutputCommandFormat
fn clone(&self) -> PortOutputCommandFormat
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 PortOutputCommandFormat
impl Debug for PortOutputCommandFormat
impl Eq for PortOutputCommandFormat
Source§impl PartialEq for PortOutputCommandFormat
impl PartialEq for PortOutputCommandFormat
impl StructuralPartialEq for PortOutputCommandFormat
Auto Trait Implementations§
impl Freeze for PortOutputCommandFormat
impl RefUnwindSafe for PortOutputCommandFormat
impl Send for PortOutputCommandFormat
impl Sync for PortOutputCommandFormat
impl Unpin for PortOutputCommandFormat
impl UnsafeUnpin for PortOutputCommandFormat
impl UnwindSafe for PortOutputCommandFormat
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