pub struct DeviceAddressInfo {
pub root_port_id: u8,
pub parent_hub: Option<HubId>,
pub port_speed: Speed,
pub port_id: u8,
pub infos: BTreeMap<HubId, HubInfo>,
}Fields§
§root_port_id: u8§parent_hub: Option<HubId>§port_speed: Speed§port_id: u8§infos: BTreeMap<HubId, HubInfo>Auto Trait Implementations§
impl Freeze for DeviceAddressInfo
impl RefUnwindSafe for DeviceAddressInfo
impl Send for DeviceAddressInfo
impl Sync for DeviceAddressInfo
impl Unpin for DeviceAddressInfo
impl UnsafeUnpin for DeviceAddressInfo
impl UnwindSafe for DeviceAddressInfo
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