pub struct PciRoutingTableEntry {
pub address: u32,
pub pin: u8,
pub source: Option<Vec<u8>>,
pub source_index: u32,
}
Fields§
§address: u32
§pin: u8
§source: Option<Vec<u8>>
§source_index: u32
Auto Trait Implementations§
impl Freeze for PciRoutingTableEntry
impl RefUnwindSafe for PciRoutingTableEntry
impl Send for PciRoutingTableEntry
impl Sync for PciRoutingTableEntry
impl Unpin for PciRoutingTableEntry
impl UnwindSafe for PciRoutingTableEntry
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