Struct vfio_sys::vfio::vfio_pci_dependent_device
source · #[repr(C)]pub struct vfio_pci_dependent_device {
pub __bindgen_anon_1: vfio_pci_dependent_device__bindgen_ty_1,
pub segment: u16,
pub bus: u8,
pub devfn: u8,
}
Fields§
§__bindgen_anon_1: vfio_pci_dependent_device__bindgen_ty_1
§segment: u16
§bus: u8
§devfn: u8
Trait Implementations§
source§impl Clone for vfio_pci_dependent_device
impl Clone for vfio_pci_dependent_device
source§fn clone(&self) -> vfio_pci_dependent_device
fn clone(&self) -> vfio_pci_dependent_device
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for vfio_pci_dependent_device
impl Default for vfio_pci_dependent_device
impl Copy for vfio_pci_dependent_device
Auto Trait Implementations§
impl RefUnwindSafe for vfio_pci_dependent_device
impl Send for vfio_pci_dependent_device
impl Sync for vfio_pci_dependent_device
impl Unpin for vfio_pci_dependent_device
impl UnwindSafe for vfio_pci_dependent_device
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