pub enum SlaveTransferEnd {
Stop,
Nack,
RepeatedStart,
}Variants§
Trait Implementations§
Source§impl Clone for SlaveTransferEnd
impl Clone for SlaveTransferEnd
Source§fn clone(&self) -> SlaveTransferEnd
fn clone(&self) -> SlaveTransferEnd
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SlaveTransferEnd
Source§impl Debug for SlaveTransferEnd
impl Debug for SlaveTransferEnd
impl Eq for SlaveTransferEnd
Source§impl PartialEq for SlaveTransferEnd
impl PartialEq for SlaveTransferEnd
Source§fn eq(&self, other: &SlaveTransferEnd) -> bool
fn eq(&self, other: &SlaveTransferEnd) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SlaveTransferEnd
Auto Trait Implementations§
impl Freeze for SlaveTransferEnd
impl RefUnwindSafe for SlaveTransferEnd
impl Send for SlaveTransferEnd
impl Sync for SlaveTransferEnd
impl Unpin for SlaveTransferEnd
impl UnsafeUnpin for SlaveTransferEnd
impl UnwindSafe for SlaveTransferEnd
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