Struct wlink::commands::SetFlashProtected
source · pub struct SetFlashProtected {
pub protected: bool,
}Fields§
§protected: boolTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SetFlashProtected
impl Send for SetFlashProtected
impl Sync for SetFlashProtected
impl Unpin for SetFlashProtected
impl UnwindSafe for SetFlashProtected
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