pub struct PciInterruptInfo {
pub irqs: Vec<u32>,
}
Fields§
§irqs: Vec<u32>
Trait Implementations§
Source§impl Clone for PciInterruptInfo
impl Clone for PciInterruptInfo
Source§fn clone(&self) -> PciInterruptInfo
fn clone(&self) -> PciInterruptInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PciInterruptInfo
impl Debug for PciInterruptInfo
Source§impl PartialEq for PciInterruptInfo
impl PartialEq for PciInterruptInfo
impl StructuralPartialEq for PciInterruptInfo
Auto Trait Implementations§
impl Freeze for PciInterruptInfo
impl RefUnwindSafe for PciInterruptInfo
impl Send for PciInterruptInfo
impl Sync for PciInterruptInfo
impl Unpin for PciInterruptInfo
impl UnwindSafe for PciInterruptInfo
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