pub struct UserDevice {
pub socket: Option<PathBuf>,
pub id: Option<String>,
pub pci_segment: Option<String>,
}Fields§
§socket: Option<PathBuf>§id: Option<String>§pci_segment: Option<String>Auto Trait Implementations§
impl RefUnwindSafe for UserDevice
impl Send for UserDevice
impl Sync for UserDevice
impl Unpin for UserDevice
impl UnwindSafe for UserDevice
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