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