Struct dbs_boot::mpspec::mpc_intsrc
source · [−]#[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
sourceimpl Clone for mpc_intsrc
impl Clone for mpc_intsrc
sourceimpl Debug for mpc_intsrc
impl Debug for mpc_intsrc
sourceimpl Default for mpc_intsrc
impl Default for mpc_intsrc
sourcefn 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 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more