Enum Pcspol
#[repr(u8)]pub enum Pcspol {
_0000 = 0,
_0001 = 1,
}Expand description
Peripheral Chip Select Polarity
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Pcspol
impl Eq for Pcspol
impl IsEnum for Pcspol
impl StructuralPartialEq for Pcspol
Auto Trait Implementations§
impl Freeze for Pcspol
impl RefUnwindSafe for Pcspol
impl Send for Pcspol
impl Sync for Pcspol
impl Unpin for Pcspol
impl UnwindSafe for Pcspol
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