pub struct GhostingConfig {
pub payload: Vec<u8>,
pub architecture: Architecture,
pub verbose: bool,
}Expand description
Configuration for the ghosting operation
Fields§
§payload: Vec<u8>§architecture: Architecture§verbose: boolImplementations§
Trait Implementations§
Source§impl Clone for GhostingConfig
impl Clone for GhostingConfig
Source§fn clone(&self) -> GhostingConfig
fn clone(&self) -> GhostingConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for GhostingConfig
impl RefUnwindSafe for GhostingConfig
impl Send for GhostingConfig
impl Sync for GhostingConfig
impl Unpin for GhostingConfig
impl UnwindSafe for GhostingConfig
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