Struct capsules::usb::ConfigurationAttributes
[−]
[src]
pub struct ConfigurationAttributes(u8);
Methods
impl ConfigurationAttributes[src]
Trait Implementations
impl Copy for ConfigurationAttributes[src]
impl Clone for ConfigurationAttributes[src]
fn clone(&self) -> ConfigurationAttributes[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl From<ConfigurationAttributes> for u8[src]
fn from(ca: ConfigurationAttributes) -> u8[src]
Performs the conversion.