Enum stm32_metapac::flash::vals::WdgSw
#[repr(u8)]pub enum WdgSw {
HARDWARE = 0,
SOFTWARE = 1,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for WdgSw
impl Ord for WdgSw
§impl PartialOrd for WdgSw
impl PartialOrd for WdgSw
impl Copy for WdgSw
impl Eq for WdgSw
impl StructuralPartialEq for WdgSw
Auto Trait Implementations§
impl Freeze for WdgSw
impl RefUnwindSafe for WdgSw
impl Send for WdgSw
impl Sync for WdgSw
impl Unpin for WdgSw
impl UnwindSafe for WdgSw
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)