Enum stm32_hal2::low_power::StopMode
source · [−]#[repr(u8)]
pub enum StopMode {
Zero,
One,
Two,
}
Variants
Zero
One
Two
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StopMode
impl Send for StopMode
impl Sync for StopMode
impl Unpin for StopMode
impl UnwindSafe for StopMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more