pub struct PortOutputCommandParams {
pub port_id: u8,
pub start_up_info: StartupAndCompletionInfo,
pub subcommand_id: SubcommandType,
pub payload: SubcommandPayload,
}
Fields§
§port_id: u8
§start_up_info: StartupAndCompletionInfo
§subcommand_id: SubcommandType
§payload: SubcommandPayload
Trait Implementations§
Source§impl Serialized for PortOutputCommandParams
impl Serialized for PortOutputCommandParams
Auto Trait Implementations§
impl Freeze for PortOutputCommandParams
impl RefUnwindSafe for PortOutputCommandParams
impl Send for PortOutputCommandParams
impl Sync for PortOutputCommandParams
impl Unpin for PortOutputCommandParams
impl UnwindSafe for PortOutputCommandParams
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