#[repr(C, packed(1))]pub struct usb_debug_descriptor {
pub bLength: __u8,
pub bDescriptorType: __u8,
pub bDebugInEndpoint: __u8,
pub bDebugOutEndpoint: __u8,
}
Fields§
§bLength: __u8
§bDescriptorType: __u8
§bDebugInEndpoint: __u8
§bDebugOutEndpoint: __u8
Trait Implementations§
Source§impl Clone for usb_debug_descriptor
impl Clone for usb_debug_descriptor
Source§fn clone(&self) -> usb_debug_descriptor
fn clone(&self) -> usb_debug_descriptor
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for usb_debug_descriptor
impl Debug for usb_debug_descriptor
impl Copy for usb_debug_descriptor
Auto Trait Implementations§
impl Freeze for usb_debug_descriptor
impl RefUnwindSafe for usb_debug_descriptor
impl Send for usb_debug_descriptor
impl Sync for usb_debug_descriptor
impl Unpin for usb_debug_descriptor
impl UnwindSafe for usb_debug_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