Enum prusst::Channel [] [src]

#[repr(u8)]
pub enum Channel { C0, C1, C2, C3, C4, C5, C6, C7, C8, C9, }

A channel to which system interrupts can be mapped.

Variants

Trait Implementations

impl Copy for Channel
[src]

impl Clone for Channel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more