struct BusEntry {
device: BusDeviceEntry,
}Fields§
§device: BusDeviceEntryTrait Implementations§
Auto Trait Implementations§
impl Freeze for BusEntry
impl !RefUnwindSafe for BusEntry
impl Send for BusEntry
impl Sync for BusEntry
impl Unpin for BusEntry
impl !UnwindSafe for BusEntry
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