#[repr(C)]pub struct hvm_hw_vioapic {
pub base_address: u64,
pub ioregsel: u32,
pub id: u32,
pub redirtbl: [vioapic_redir_entry; 48],
}Fields§
§base_address: u64§ioregsel: u32§id: u32§redirtbl: [vioapic_redir_entry; 48]Trait Implementations§
Source§impl Clone for hvm_hw_vioapic
impl Clone for hvm_hw_vioapic
Source§fn clone(&self) -> hvm_hw_vioapic
fn clone(&self) -> hvm_hw_vioapic
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 Default for hvm_hw_vioapic
impl Default for hvm_hw_vioapic
impl Copy for hvm_hw_vioapic
Auto Trait Implementations§
impl Freeze for hvm_hw_vioapic
impl RefUnwindSafe for hvm_hw_vioapic
impl Send for hvm_hw_vioapic
impl Sync for hvm_hw_vioapic
impl Unpin for hvm_hw_vioapic
impl UnsafeUnpin for hvm_hw_vioapic
impl UnwindSafe for hvm_hw_vioapic
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