[][src]Enum circuit_playground_express::usb::device::ctrlb::LPMHDSKR

pub enum LPMHDSKR {
    NO,
    ACK,
    NYET,
    STALL,
}

Possible values of the field LPMHDSK

Variants

NO

No handshake. LPM is not supported

ACK

ACK

NYET

NYET

STALL

STALL

Methods

impl LPMHDSKR[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_no(&self) -> bool[src]

Checks if the value of the field is NO

pub fn is_ack(&self) -> bool[src]

Checks if the value of the field is ACK

pub fn is_nyet(&self) -> bool[src]

Checks if the value of the field is NYET

pub fn is_stall(&self) -> bool[src]

Checks if the value of the field is STALL

Trait Implementations

impl PartialEq<LPMHDSKR> for LPMHDSKR[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Debug for LPMHDSKR[src]

impl Copy for LPMHDSKR[src]

impl Clone for LPMHDSKR[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for LPMHDSKR

impl Sync for LPMHDSKR

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]