#[repr(C)]pub struct EFI_USB_INTERFACE_INFO {
pub InterfaceDescriptor: *mut EFI_USB_INTERFACE_DESCRIPTOR,
pub EndpointDescriptorTable: *mut *mut EFI_USB_ENDPOINT_DESCRIPTOR,
}Available on (crate features
usb-controller or usb-full or usb-function or usb-io) and (crate features usb-full or usb-function) only.Fields§
§InterfaceDescriptor: *mut EFI_USB_INTERFACE_DESCRIPTOR§EndpointDescriptorTable: *mut *mut EFI_USB_ENDPOINT_DESCRIPTORAuto Trait Implementations§
impl !Send for EFI_USB_INTERFACE_INFO
impl !Sync for EFI_USB_INTERFACE_INFO
impl Freeze for EFI_USB_INTERFACE_INFO
impl RefUnwindSafe for EFI_USB_INTERFACE_INFO
impl Unpin for EFI_USB_INTERFACE_INFO
impl UnsafeUnpin for EFI_USB_INTERFACE_INFO
impl UnwindSafe for EFI_USB_INTERFACE_INFO
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