[][src]Struct capsule_ffi::rte_bus

#[repr(C)]pub struct rte_bus {
    pub next: rte_bus__bindgen_ty_1,
    pub name: *const c_char,
    pub scan: rte_bus_scan_t,
    pub probe: rte_bus_probe_t,
    pub find_device: rte_bus_find_device_t,
    pub plug: rte_bus_plug_t,
    pub unplug: rte_bus_unplug_t,
    pub parse: rte_bus_parse_t,
    pub dma_map: rte_dev_dma_map_t,
    pub dma_unmap: rte_dev_dma_unmap_t,
    pub conf: rte_bus_conf,
    pub get_iommu_class: rte_bus_get_iommu_class_t,
    pub dev_iterate: rte_dev_iterate_t,
    pub hot_unplug_handler: rte_bus_hot_unplug_handler_t,
    pub sigbus_handler: rte_bus_sigbus_handler_t,
}

Fields

next: rte_bus__bindgen_ty_1name: *const c_charscan: rte_bus_scan_tprobe: rte_bus_probe_tfind_device: rte_bus_find_device_tplug: rte_bus_plug_tunplug: rte_bus_unplug_tparse: rte_bus_parse_tdma_map: rte_dev_dma_map_tdma_unmap: rte_dev_dma_unmap_tconf: rte_bus_confget_iommu_class: rte_bus_get_iommu_class_tdev_iterate: rte_dev_iterate_thot_unplug_handler: rte_bus_hot_unplug_handler_tsigbus_handler: rte_bus_sigbus_handler_t

Trait Implementations

impl Clone for rte_bus[src]

impl Copy for rte_bus[src]

impl Debug for rte_bus[src]

impl Default for rte_bus[src]

impl PartialEq<rte_bus> for rte_bus[src]

impl StructuralPartialEq for rte_bus[src]

Auto Trait Implementations

impl RefUnwindSafe for rte_bus

impl !Send for rte_bus

impl !Sync for rte_bus

impl Unpin for rte_bus

impl UnwindSafe for rte_bus

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.