pub struct Sdfu {
pub tag: u32,
pub length: u16,
pub major: u8,
pub minor: u8,
pub mailbox_address: u32,
pub mailbox_size: u16,
pub dfu_size: u16,
}Fields§
§tag: u32§length: u16§major: u8§minor: u8§mailbox_address: u32§mailbox_size: u16§dfu_size: u16Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sdfu
impl RefUnwindSafe for Sdfu
impl Send for Sdfu
impl Sync for Sdfu
impl Unpin for Sdfu
impl UnwindSafe for Sdfu
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