Enum stm32_metapac::flash::vals::Rdprt
#[repr(u8)]pub enum Rdprt {
LEVEL0 = 0,
LEVEL1 = 1,
_RESERVED_2 = 2,
LEVEL2 = 3,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for Rdprt
impl Ord for Rdprt
§impl PartialOrd for Rdprt
impl PartialOrd for Rdprt
impl Copy for Rdprt
impl Eq for Rdprt
impl StructuralPartialEq for Rdprt
Auto Trait Implementations§
impl Freeze for Rdprt
impl RefUnwindSafe for Rdprt
impl Send for Rdprt
impl Sync for Rdprt
impl Unpin for Rdprt
impl UnwindSafe for Rdprt
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
)