pub struct Descriptor {
pub bcdCDC: u16,
}
Expand description
CDC Header functional descriptor
See section of 5.2.3.1 of (USBCDC1.2)
Fields§
§bcdCDC: u16
Communications Devices Specification release number (Binary-coded Decimal)
Implementations§
Auto Trait Implementations§
impl Freeze for Descriptor
impl RefUnwindSafe for Descriptor
impl Send for Descriptor
impl Sync for Descriptor
impl Unpin for Descriptor
impl UnwindSafe for Descriptor
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more