Enum capsules::usbc_client::State [] [src]

enum State {
    Init,
    CtrlIn(usize, usize),
    CtrlOut,
    SetAddress,
}

Variants

[]

We are doing a Control In transfer of some data in self.descriptor_storage, with the given extent remaining to send

[]

We will accept data from the host

Trait Implementations

impl Copy for State
[src]

impl Clone for State
[src]

[src]
[]

Returns a copy of the value. Read more

1.0.0
[src]
[]

Performs copy-assignment from source. Read more