#[repr(C, packed(1))]pub struct IntSrcOverrideEntry {
pub bus: u8,
pub source: u8,
pub global_int: u32,
pub flags: u16,
}Fields§
§bus: u8§source: u8§global_int: u32§flags: u16Trait Implementations§
source§impl Clone for IntSrcOverrideEntry
impl Clone for IntSrcOverrideEntry
source§fn clone(&self) -> IntSrcOverrideEntry
fn clone(&self) -> IntSrcOverrideEntry
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more