Enum stm32_metapac::flash::vals::Pdreq
#[repr(u8)]pub enum Pdreq {
B_0X0 = 0,
B_0X1 = 1,
}
Variants§
B_0X0 = 0
No request for bank 2 to enter power-down mode
B_0X1 = 1
Bank 2 requested to enter power-down mode
Implementations§
Trait Implementations§
§impl Ord for Pdreq
impl Ord for Pdreq
§impl PartialOrd for Pdreq
impl PartialOrd for Pdreq
impl Copy for Pdreq
impl Eq for Pdreq
impl StructuralPartialEq for Pdreq
Auto Trait Implementations§
impl Freeze for Pdreq
impl RefUnwindSafe for Pdreq
impl Send for Pdreq
impl Sync for Pdreq
impl Unpin for Pdreq
impl UnwindSafe for Pdreq
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
)