#[repr(C)]pub struct MsixTableEntry {
pub msg_addr_lo: u32,
pub msg_addr_hi: u32,
pub msg_data: u32,
pub vector_control: u32,
}Expand description
MSI-X table entry (16 bytes per entry)
Fields§
§msg_addr_lo: u32Message Address (lower 32 bits)
msg_addr_hi: u32Message Address (upper 32 bits)
msg_data: u32Message Data
vector_control: u32Vector Control (bit 0 = mask)
Trait Implementations§
Source§impl Clone for MsixTableEntry
impl Clone for MsixTableEntry
Source§fn clone(&self) -> MsixTableEntry
fn clone(&self) -> MsixTableEntry
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MsixTableEntry
impl Debug for MsixTableEntry
impl Copy for MsixTableEntry
Auto Trait Implementations§
impl Freeze for MsixTableEntry
impl RefUnwindSafe for MsixTableEntry
impl Send for MsixTableEntry
impl Sync for MsixTableEntry
impl Unpin for MsixTableEntry
impl UnwindSafe for MsixTableEntry
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)