Struct capsules_extra::usb::descriptors::HIDSubordinateDescriptor
source · pub struct HIDSubordinateDescriptor {
pub typ: DescriptorType,
pub len: u16,
}
Fields§
§typ: DescriptorType
§len: u16
Auto Trait Implementations§
impl Freeze for HIDSubordinateDescriptor
impl RefUnwindSafe for HIDSubordinateDescriptor
impl Send for HIDSubordinateDescriptor
impl Sync for HIDSubordinateDescriptor
impl Unpin for HIDSubordinateDescriptor
impl UnwindSafe for HIDSubordinateDescriptor
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