Enum stm32_metapac::pwr::vals::Pds
#[repr(u8)]pub enum Pds {
RETAINED = 0,
LOST = 1,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for Pds
impl Ord for Pds
§impl PartialOrd for Pds
impl PartialOrd for Pds
impl Copy for Pds
impl Eq for Pds
impl StructuralPartialEq for Pds
Auto Trait Implementations§
impl Freeze for Pds
impl RefUnwindSafe for Pds
impl Send for Pds
impl Sync for Pds
impl Unpin for Pds
impl UnwindSafe for Pds
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
)