struct PciHostConfig {
config_file: File,
}Fields§
§config_file: FileImplementations§
Auto Trait Implementations§
impl Freeze for PciHostConfig
impl RefUnwindSafe for PciHostConfig
impl Send for PciHostConfig
impl Sync for PciHostConfig
impl Unpin for PciHostConfig
impl UnwindSafe for PciHostConfig
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