#[repr(C)]pub struct IoapicState {
pub base_address: u64,
pub ioregsel: u32,
pub id: u32,
pub irr: u32,
pub pad: u32,
pub redirtbl: [Union_Unnamed3; 24],
}
Fields§
§base_address: u64
§ioregsel: u32
§id: u32
§irr: u32
§pad: u32
§redirtbl: [Union_Unnamed3; 24]
Trait Implementations§
Source§impl Clone for IoapicState
impl Clone for IoapicState
Source§impl Default for IoapicState
impl Default for IoapicState
impl Copy for IoapicState
Auto Trait Implementations§
impl Freeze for IoapicState
impl RefUnwindSafe for IoapicState
impl Send for IoapicState
impl Sync for IoapicState
impl Unpin for IoapicState
impl UnwindSafe for IoapicState
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