pub struct PciIntxRoute {
pub root_device: u8,
pub root_function: u8,
pub root_pin: u8,
}Fields§
§root_device: u8§root_function: u8§root_pin: u8Trait Implementations§
Source§impl Clone for PciIntxRoute
impl Clone for PciIntxRoute
Source§fn clone(&self) -> PciIntxRoute
fn clone(&self) -> PciIntxRoute
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PciIntxRoute
Source§impl Debug for PciIntxRoute
impl Debug for PciIntxRoute
impl Eq for PciIntxRoute
Source§impl Hash for PciIntxRoute
impl Hash for PciIntxRoute
Source§impl Ord for PciIntxRoute
impl Ord for PciIntxRoute
Source§fn cmp(&self, other: &PciIntxRoute) -> Ordering
fn cmp(&self, other: &PciIntxRoute) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PciIntxRoute
impl PartialEq for PciIntxRoute
Source§fn eq(&self, other: &PciIntxRoute) -> bool
fn eq(&self, other: &PciIntxRoute) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PciIntxRoute
impl PartialOrd for PciIntxRoute
impl StructuralPartialEq for PciIntxRoute
Auto Trait Implementations§
impl Freeze for PciIntxRoute
impl RefUnwindSafe for PciIntxRoute
impl Send for PciIntxRoute
impl Sync for PciIntxRoute
impl Unpin for PciIntxRoute
impl UnsafeUnpin for PciIntxRoute
impl UnwindSafe for PciIntxRoute
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