pub struct MsiTarget { /* private fields */ }Expand description
An MSI target that can be used to signal MSI interrupts.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MsiTarget
impl !RefUnwindSafe for MsiTarget
impl Send for MsiTarget
impl Sync for MsiTarget
impl Unpin for MsiTarget
impl !UnwindSafe for MsiTarget
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