Struct fuchsia_zircon_sys::zx_pci_init_arg_t [] [src]

#[repr(C)]
pub struct zx_pci_init_arg_t { pub dev_pin_to_global_irq: zx_pci_irq_swizzle_lut_t, pub num_irqs: u32, pub irqs: [zx_irq_t; 32], pub ecam_window_count: u32, pub ecam_windows: [zx_ecam_window_t; 1], }

Fields

Trait Implementations

impl Debug for zx_pci_init_arg_t
[src]

[src]

Formats the value using the given formatter.

impl Copy for zx_pci_init_arg_t
[src]

impl Clone for zx_pci_init_arg_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for zx_pci_init_arg_t
[src]

impl PartialEq for zx_pci_init_arg_t
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.