pub enum PCIScanError {}
Auto Trait Implementations§
impl Freeze for PCIScanError
impl RefUnwindSafe for PCIScanError
impl Send for PCIScanError
impl Sync for PCIScanError
impl Unpin for PCIScanError
impl UnwindSafe for PCIScanError
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