#[repr(transparent)]pub struct MsixTableEntryIdx(pub u16);
Expand description
Offsets into a single MSI-X Table Entry
Tuple Fields§
§0: u16
Implementations§
Source§impl MsixTableEntryIdx
impl MsixTableEntryIdx
pub const MSG_ADDR_LO: MsixTableEntryIdx
pub const MSG_ADDR_HI: MsixTableEntryIdx
pub const MSG_DATA: MsixTableEntryIdx
pub const VECTOR_CTL: MsixTableEntryIdx
Trait Implementations§
Source§impl Clone for MsixTableEntryIdx
impl Clone for MsixTableEntryIdx
Source§fn clone(&self) -> MsixTableEntryIdx
fn clone(&self) -> MsixTableEntryIdx
Returns a copy 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 MsixTableEntryIdx
impl Debug for MsixTableEntryIdx
Source§impl Hash for MsixTableEntryIdx
impl Hash for MsixTableEntryIdx
Source§impl Ord for MsixTableEntryIdx
impl Ord for MsixTableEntryIdx
Source§fn cmp(&self, other: &MsixTableEntryIdx) -> Ordering
fn cmp(&self, other: &MsixTableEntryIdx) -> Ordering
1.21.0 · 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 MsixTableEntryIdx
impl PartialEq for MsixTableEntryIdx
Source§impl PartialOrd for MsixTableEntryIdx
impl PartialOrd for MsixTableEntryIdx
impl Copy for MsixTableEntryIdx
impl Eq for MsixTableEntryIdx
impl StructuralPartialEq for MsixTableEntryIdx
Auto Trait Implementations§
impl Freeze for MsixTableEntryIdx
impl RefUnwindSafe for MsixTableEntryIdx
impl Send for MsixTableEntryIdx
impl Sync for MsixTableEntryIdx
impl Unpin for MsixTableEntryIdx
impl UnwindSafe for MsixTableEntryIdx
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