Enum max32630_svd::usb::ep4::EP_DIRR[][src]

pub enum EP_DIRR {
    _Reserved(u8),
}

Possible values of the field ep_dir

Variants

Reserved

Methods

impl EP_DIRR
[src]

Value of the field as raw bits

Trait Implementations

impl Clone for EP_DIRR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for EP_DIRR
[src]

impl Debug for EP_DIRR
[src]

Formats the value using the given formatter. Read more

impl PartialEq for EP_DIRR
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for EP_DIRR

impl Sync for EP_DIRR