Struct stm32_uart_loader::Options [−][src]
Fields
no_reset: bool
Do not reset the device on connection
response_timeout_ms: u32
Timeout to wait for bootloader responses
poll_delay_ms: u32
Period to poll for bootloader responses
init_delay_ms: u32
Period to wait for bootloader init before sending init character
no_progress: bool
Disable progress bars during operations
Trait Implementations
impl Clone for Options
[src][+]
impl Debug for Options
[src][+]
impl PartialEq<Options> for Options
[src][+]
impl StructOpt for Options
[src][+]
impl StructOptInternal for Options
[src][+]
impl StructuralPartialEq for Options
[src]
Auto Trait Implementations
impl RefUnwindSafe for Options
[src]
impl Send for Options
[src]
impl Sync for Options
[src]
impl Unpin for Options
[src]
impl UnwindSafe for Options
[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,