Struct dbs_boot::mpspec::mpc_lintsrc
source · [−]#[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
sourceimpl Clone for mpc_lintsrc
impl Clone for mpc_lintsrc
sourceimpl Debug for mpc_lintsrc
impl Debug for mpc_lintsrc
sourceimpl Default for mpc_lintsrc
impl Default for mpc_lintsrc
sourcefn 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 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
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