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