pub struct CommandParts {
pub id: CommandId,
pub status: CommandStatus,
pub sequence_number: u32,
pub pdu: Option<Pdu>,
}Available on crate feature
alloc only.Fields§
§id: CommandId§status: CommandStatus§sequence_number: u32§pdu: Option<Pdu>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for CommandParts
impl RefUnwindSafe for CommandParts
impl Send for CommandParts
impl Sync for CommandParts
impl Unpin for CommandParts
impl UnwindSafe for CommandParts
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more