pub struct MsiConnection { /* private fields */ }Expand description
A connection between a device and an MSI target.
Implementations§
Source§impl MsiConnection
impl MsiConnection
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MsiConnection
impl !RefUnwindSafe for MsiConnection
impl Send for MsiConnection
impl Sync for MsiConnection
impl Unpin for MsiConnection
impl !UnwindSafe for MsiConnection
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