pub enum SlaveSelectPolarity {
ActiveHigh,
ActiveLow,
}Expand description
Slave Select (SS) pin polarity.
Variants§
Trait Implementations§
Source§impl Clone for SlaveSelectPolarity
impl Clone for SlaveSelectPolarity
Source§fn clone(&self) -> SlaveSelectPolarity
fn clone(&self) -> SlaveSelectPolarity
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 moreSource§impl Debug for SlaveSelectPolarity
impl Debug for SlaveSelectPolarity
Source§impl Format for SlaveSelectPolarity
impl Format for SlaveSelectPolarity
Source§impl PartialEq for SlaveSelectPolarity
impl PartialEq for SlaveSelectPolarity
impl Copy for SlaveSelectPolarity
impl Eq for SlaveSelectPolarity
impl StructuralPartialEq for SlaveSelectPolarity
Auto Trait Implementations§
impl Freeze for SlaveSelectPolarity
impl RefUnwindSafe for SlaveSelectPolarity
impl Send for SlaveSelectPolarity
impl Sync for SlaveSelectPolarity
impl Unpin for SlaveSelectPolarity
impl UnwindSafe for SlaveSelectPolarity
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