pub struct VfioIrq {
pub flags: u32,
pub index: u32,
}Expand description
Vfio Irq information used to assign and enable/disable/mask/unmask vfio irq
Fields§
§flags: u32§index: u32Auto Trait Implementations§
impl Freeze for VfioIrq
impl RefUnwindSafe for VfioIrq
impl Send for VfioIrq
impl Sync for VfioIrq
impl Unpin for VfioIrq
impl UnwindSafe for VfioIrq
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