pub struct VpciInterruptParameters<'a> {
pub vector: u32,
pub multicast: bool,
pub target_processors: &'a [u32],
}
Fields§
§vector: u32
§multicast: bool
§target_processors: &'a [u32]
Auto Trait Implementations§
impl<'a> Freeze for VpciInterruptParameters<'a>
impl<'a> RefUnwindSafe for VpciInterruptParameters<'a>
impl<'a> Send for VpciInterruptParameters<'a>
impl<'a> Sync for VpciInterruptParameters<'a>
impl<'a> Unpin for VpciInterruptParameters<'a>
impl<'a> UnwindSafe for VpciInterruptParameters<'a>
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