Struct zx_types::zx_pci_bar_t
source · #[repr(C)]pub struct zx_pci_bar_t {
pub id: u32,
pub ty: u32,
pub size: usize,
pub zx_pci_bar_union: zx_pci_bar_union,
}
Fields§
§id: u32
§ty: u32
§size: usize
§zx_pci_bar_union: zx_pci_bar_union
Auto Trait Implementations§
impl Freeze for zx_pci_bar_t
impl RefUnwindSafe for zx_pci_bar_t
impl Send for zx_pci_bar_t
impl Sync for zx_pci_bar_t
impl Unpin for zx_pci_bar_t
impl UnwindSafe for zx_pci_bar_t
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