#[repr(C)]pub struct PCI_EXPRESS_RESIZABLE_BAR_CAPABILITY {
pub Header: PCI_EXPRESS_ENHANCED_CAPABILITY_HEADER,
pub Entry: [PCI_EXPRESS_RESIZABLE_BAR_ENTRY; 6],
}
Fields§
§Header: PCI_EXPRESS_ENHANCED_CAPABILITY_HEADER
§Entry: [PCI_EXPRESS_RESIZABLE_BAR_ENTRY; 6]
Trait Implementations§
impl Copy for PCI_EXPRESS_RESIZABLE_BAR_CAPABILITY
Auto Trait Implementations§
impl RefUnwindSafe for PCI_EXPRESS_RESIZABLE_BAR_CAPABILITY
impl Send for PCI_EXPRESS_RESIZABLE_BAR_CAPABILITY
impl Sync for PCI_EXPRESS_RESIZABLE_BAR_CAPABILITY
impl Unpin for PCI_EXPRESS_RESIZABLE_BAR_CAPABILITY
impl UnwindSafe for PCI_EXPRESS_RESIZABLE_BAR_CAPABILITY
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