pub struct IpHwId {
pub hw_id: HwId,
pub instances: Vec<IpHwInstance>,
}Fields§
§hw_id: HwId§instances: Vec<IpHwInstance>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IpHwId
impl RefUnwindSafe for IpHwId
impl Send for IpHwId
impl Sync for IpHwId
impl Unpin for IpHwId
impl UnwindSafe for IpHwId
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