#[repr(C)]pub struct mpc_intsrc {
pub type_: c_uchar,
pub irqtype: c_uchar,
pub irqflag: c_ushort,
pub srcbus: c_uchar,
pub srcbusirq: c_uchar,
pub dstapic: c_uchar,
pub dstirq: c_uchar,
}
Fields§
§type_: c_uchar
§irqtype: c_uchar
§irqflag: c_ushort
§srcbus: c_uchar
§srcbusirq: c_uchar
§dstapic: c_uchar
§dstirq: c_uchar
Trait Implementations§
Source§impl Clone for mpc_intsrc
impl Clone for mpc_intsrc
Source§impl Debug for mpc_intsrc
impl Debug for mpc_intsrc
Source§impl Default for mpc_intsrc
impl Default for mpc_intsrc
Source§fn default() -> mpc_intsrc
fn default() -> mpc_intsrc
Returns the “default value” for a type. Read more
impl Copy for mpc_intsrc
Auto Trait Implementations§
impl Freeze for mpc_intsrc
impl RefUnwindSafe for mpc_intsrc
impl Send for mpc_intsrc
impl Sync for mpc_intsrc
impl Unpin for mpc_intsrc
impl UnwindSafe for mpc_intsrc
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