Struct probe_rs::Permissions
source · #[non_exhaustive]pub struct Permissions { /* private fields */ }
Expand description
Implementations§
source§impl Permissions
impl Permissions
sourcepub fn allow_erase_all(self) -> Self
pub fn allow_erase_all(self) -> Self
Allow the session to erase all memory of the chip or reset it to factory default.
Warning
This may irreversibly remove otherwise read-protected data from the device like security keys and 3rd party firmware. What happens exactly may differ per device and per probe-rs version.
Trait Implementations§
source§impl Clone for Permissions
impl Clone for Permissions
source§fn clone(&self) -> Permissions
fn clone(&self) -> Permissions
Returns a copy 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 moresource§impl Debug for Permissions
impl Debug for Permissions
source§impl Default for Permissions
impl Default for Permissions
source§fn default() -> Permissions
fn default() -> Permissions
Returns the “default value” for a type. Read more