#[repr(C)]pub struct PCI_EXPRESS_RESIZABLE_BAR_ENTRY {
pub Capability: PCI_EXPRESS_RESIZABLE_BAR_CAPABILITY_REGISTER,
pub Control: PCI_EXPRESS_RESIZABLE_BAR_CONTROL_REGISTER,
}
Fields§
§Capability: PCI_EXPRESS_RESIZABLE_BAR_CAPABILITY_REGISTER
§Control: PCI_EXPRESS_RESIZABLE_BAR_CONTROL_REGISTER
Trait Implementations§
§impl Clone for PCI_EXPRESS_RESIZABLE_BAR_ENTRY
impl Clone for PCI_EXPRESS_RESIZABLE_BAR_ENTRY
impl Copy for PCI_EXPRESS_RESIZABLE_BAR_ENTRY
Auto Trait Implementations§
impl RefUnwindSafe for PCI_EXPRESS_RESIZABLE_BAR_ENTRY
impl Send for PCI_EXPRESS_RESIZABLE_BAR_ENTRY
impl Sync for PCI_EXPRESS_RESIZABLE_BAR_ENTRY
impl Unpin for PCI_EXPRESS_RESIZABLE_BAR_ENTRY
impl UnwindSafe for PCI_EXPRESS_RESIZABLE_BAR_ENTRY
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