#[repr(C)]pub struct InterruptInfo {
pub it_num: u16,
pub it_controler: u8,
}Fields§
§it_num: u16interrupt number
it_controler: u8interrupt controler identifier
Trait Implementations§
Source§impl Clone for InterruptInfo
impl Clone for InterruptInfo
Source§fn clone(&self) -> InterruptInfo
fn clone(&self) -> InterruptInfo
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 InterruptInfo
impl Debug for InterruptInfo
impl Copy for InterruptInfo
Auto Trait Implementations§
impl Freeze for InterruptInfo
impl RefUnwindSafe for InterruptInfo
impl Send for InterruptInfo
impl Sync for InterruptInfo
impl Unpin for InterruptInfo
impl UnwindSafe for InterruptInfo
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