Enum capsules_extra::st77xx::SendCommand
source · pub enum SendCommand {
Nop,
Default(&'static Command),
Position(&'static Command, usize, usize),
Repeat(&'static Command, usize, usize, usize),
Slice(&'static Command, usize),
}
Variants§
Nop
Default(&'static Command)
Position(&'static Command, usize, usize)
Repeat(&'static Command, usize, usize, usize)
Slice(&'static Command, usize)
Trait Implementations§
source§impl Clone for SendCommand
impl Clone for SendCommand
source§fn clone(&self) -> SendCommand
fn clone(&self) -> SendCommand
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 PartialEq for SendCommand
impl PartialEq for SendCommand
source§fn eq(&self, other: &SendCommand) -> bool
fn eq(&self, other: &SendCommand) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SendCommand
impl StructuralPartialEq for SendCommand
Auto Trait Implementations§
impl Freeze for SendCommand
impl RefUnwindSafe for SendCommand
impl Send for SendCommand
impl Sync for SendCommand
impl Unpin for SendCommand
impl UnwindSafe for SendCommand
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)