pub enum SpiEndpoint {
Host,
Device,
}
Variants§
Trait Implementations§
Source§impl Clone for SpiEndpoint
impl Clone for SpiEndpoint
Source§fn clone(&self) -> SpiEndpoint
fn clone(&self) -> SpiEndpoint
Returns a copy 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 SpiEndpoint
impl Debug for SpiEndpoint
Source§impl PartialEq for SpiEndpoint
impl PartialEq for SpiEndpoint
impl Copy for SpiEndpoint
impl StructuralPartialEq for SpiEndpoint
Auto Trait Implementations§
impl Freeze for SpiEndpoint
impl RefUnwindSafe for SpiEndpoint
impl Send for SpiEndpoint
impl Sync for SpiEndpoint
impl Unpin for SpiEndpoint
impl UnwindSafe for SpiEndpoint
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