Address

Type Alias Address 

Source
pub type Address = NonZeroU8;
Expand description

Device address assigned by the host; will be in the range 1..=127

Aliased Typeยง

pub struct Address(/* private fields */);