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