pub struct HIDSubordinateDescriptor {
pub typ: DescriptorType,
pub len: u16,
}Fields§
§typ: DescriptorType§len: u16Auto 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