Enum hid_io_client::hidio_capnp::node::pixel_setting::ControlArg
source · #[repr(u16)]pub enum ControlArg {
Disable,
EnableStart,
EnablePause,
}
Variants§
Trait Implementations§
source§impl Clone for ControlArg
impl Clone for ControlArg
source§fn clone(&self) -> ControlArg
fn clone(&self) -> ControlArg
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 ControlArg
impl Debug for ControlArg
source§impl FromU16 for ControlArg
impl FromU16 for ControlArg
fn from_u16(value: u16) -> Result<ControlArg, NotInSchema>
source§impl PartialEq<ControlArg> for ControlArg
impl PartialEq<ControlArg> for ControlArg
source§fn eq(&self, other: &ControlArg) -> bool
fn eq(&self, other: &ControlArg) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ControlArg
impl Eq for ControlArg
impl StructuralEq for ControlArg
impl StructuralPartialEq for ControlArg
Auto Trait Implementations§
impl RefUnwindSafe for ControlArg
impl Send for ControlArg
impl Sync for ControlArg
impl Unpin for ControlArg
impl UnwindSafe for ControlArg
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