Struct probe_rs::flashing::BinOptions
source · [−]Expand description
Extended options for flashing a binary file.
Fields
base_address: Option<u64>
The address in memory where the binary will be put at.
skip: u32
The number of bytes to skip at the start of the binary file.
Trait Implementations
sourceimpl Clone for BinOptions
impl Clone for BinOptions
sourcefn clone(&self) -> BinOptions
fn clone(&self) -> BinOptions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for BinOptions
impl Debug for BinOptions
sourceimpl<'de> Deserialize<'de> for BinOptions
impl<'de> Deserialize<'de> for BinOptions
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<BinOptions> for BinOptions
impl PartialEq<BinOptions> for BinOptions
sourcefn eq(&self, other: &BinOptions) -> bool
fn eq(&self, other: &BinOptions) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &BinOptions) -> bool
fn ne(&self, other: &BinOptions) -> bool
This method tests for !=
.
sourceimpl Serialize for BinOptions
impl Serialize for BinOptions
impl StructuralPartialEq for BinOptions
Auto Trait Implementations
impl RefUnwindSafe for BinOptions
impl Send for BinOptions
impl Sync for BinOptions
impl Unpin for BinOptions
impl UnwindSafe for BinOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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