Struct lpc55::bootloader::protocol::ResponsePacket
source · [−]pub struct ResponsePacket {
pub tag: ResponseTag,
pub has_data: bool,
pub status: Option<BootloaderError>,
pub parameters: Vec<u32>,
}
Fields
tag: ResponseTag
has_data: bool
status: Option<BootloaderError>
parameters: Vec<u32>
Trait Implementations
sourceimpl TryFrom<ReceivedPacket> for ResponsePacket
impl TryFrom<ReceivedPacket> for ResponsePacket
Auto Trait Implementations
impl RefUnwindSafe for ResponsePacket
impl Send for ResponsePacket
impl Sync for ResponsePacket
impl Unpin for ResponsePacket
impl UnwindSafe for ResponsePacket
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more