pub struct MsixTableEntry {
pub addr_lo: u32,
pub addr_hi: u32,
pub data: u32,
pub control: MsixVectorCtrl,
}Fields§
§addr_lo: u32§addr_hi: u32§data: u32§control: MsixVectorCtrlTrait 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 · 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 MsixTableEntry
impl Debug 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 UnsafeUnpin for MsixTableEntry
impl UnwindSafe for MsixTableEntry
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