Struct vfio_sys::vfio::vfio_pci_hot_reset_info
source · #[repr(C)]pub struct vfio_pci_hot_reset_info {
pub argsz: u32,
pub flags: u32,
pub count: u32,
pub devices: __IncompleteArrayField<vfio_pci_dependent_device>,
}
Fields§
§argsz: u32
§flags: u32
§count: u32
§devices: __IncompleteArrayField<vfio_pci_dependent_device>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for vfio_pci_hot_reset_info
impl Send for vfio_pci_hot_reset_info
impl Sync for vfio_pci_hot_reset_info
impl Unpin for vfio_pci_hot_reset_info
impl UnwindSafe for vfio_pci_hot_reset_info
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