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