#[repr(C)]pub struct PicState {Show 16 fields
pub last_irr: u8,
pub irr: u8,
pub imr: u8,
pub isr: u8,
pub priority_add: u8,
pub irq_base: u8,
pub read_reg_select: u8,
pub poll: u8,
pub special_mask: u8,
pub init_state: u8,
pub auto_eoi: u8,
pub rotate_on_auto_eoi: u8,
pub special_fully_nested_mode: u8,
pub init4: u8,
pub elcr: u8,
pub elcr_mask: u8,
}
Fields§
§last_irr: u8
§irr: u8
§imr: u8
§isr: u8
§priority_add: u8
§irq_base: u8
§read_reg_select: u8
§poll: u8
§special_mask: u8
§init_state: u8
§auto_eoi: u8
§rotate_on_auto_eoi: u8
§special_fully_nested_mode: u8
§init4: u8
§elcr: u8
§elcr_mask: u8
Trait Implementations§
impl Copy for PicState
Auto Trait Implementations§
impl Freeze for PicState
impl RefUnwindSafe for PicState
impl Send for PicState
impl Sync for PicState
impl Unpin for PicState
impl UnwindSafe for PicState
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