#[repr(u8)]pub enum ResetState {
NoAction = 0,
Reset = 1,
}
Expand description
Values for GPIOx_BRR
.
Variants§
Trait Implementations§
Source§impl Clone for ResetState
impl Clone for ResetState
Source§fn clone(&self) -> ResetState
fn clone(&self) -> ResetState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for ResetState
Auto Trait Implementations§
impl Freeze for ResetState
impl RefUnwindSafe for ResetState
impl Send for ResetState
impl Sync for ResetState
impl Unpin for ResetState
impl UnwindSafe for ResetState
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