#[repr(C, packed(1))]pub struct Pci {
pub header: DevicePathProtocol,
pub function: u8,
pub device: u8,
}
Fields§
§header: DevicePathProtocol
§function: u8
§device: u8
Auto Trait Implementations§
impl Freeze for Pci
impl RefUnwindSafe for Pci
impl Send for Pci
impl Sync for Pci
impl Unpin for Pci
impl UnwindSafe for Pci
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