pub struct PciIo;Methods from Deref<Target = Guid>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PciIo
impl RefUnwindSafe for PciIo
impl Send for PciIo
impl Sync for PciIo
impl Unpin for PciIo
impl UnwindSafe for PciIo
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