Struct usb_sys::usbdevfs_hub_portinfo
source · #[repr(C)]pub struct usbdevfs_hub_portinfo {
pub nports: c_char,
pub port: [u8; 127],
}
Fields§
§nports: c_char
§port: [u8; 127]
Trait Implementations§
source§impl Clone for usbdevfs_hub_portinfo
impl Clone for usbdevfs_hub_portinfo
source§fn clone(&self) -> usbdevfs_hub_portinfo
fn clone(&self) -> usbdevfs_hub_portinfo
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 moreimpl Copy for usbdevfs_hub_portinfo
Auto Trait Implementations§
impl RefUnwindSafe for usbdevfs_hub_portinfo
impl Send for usbdevfs_hub_portinfo
impl Sync for usbdevfs_hub_portinfo
impl Unpin for usbdevfs_hub_portinfo
impl UnwindSafe for usbdevfs_hub_portinfo
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