Struct webusb::UsbConfiguration [−][src]
pub struct UsbConfiguration { /* fields omitted */ }Implementations
pub fn from(
config_descriptor: ConfigDescriptor,
handle: &DeviceHandle<Context>
) -> Result<Self>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UsbConfiguration
impl Send for UsbConfiguration
impl Sync for UsbConfiguration
impl Unpin for UsbConfiguration
impl UnwindSafe for UsbConfiguration
Blanket Implementations
Mutably borrows from an owned value. Read more