#[repr(C)]pub struct ExpansionControl {Show 16 fields
pub ec_Interrupt: UBYTE,
pub ec_Z3_HighBase: UBYTE,
pub ec_BaseAddress: UBYTE,
pub ec_Shutup: UBYTE,
pub ec_Reserved14: UBYTE,
pub ec_Reserved15: UBYTE,
pub ec_Reserved16: UBYTE,
pub ec_Reserved17: UBYTE,
pub ec_Reserved18: UBYTE,
pub ec_Reserved19: UBYTE,
pub ec_Reserved1a: UBYTE,
pub ec_Reserved1b: UBYTE,
pub ec_Reserved1c: UBYTE,
pub ec_Reserved1d: UBYTE,
pub ec_Reserved1e: UBYTE,
pub ec_Reserved1f: UBYTE,
}Fields§
§ec_Interrupt: UBYTE§ec_Z3_HighBase: UBYTE§ec_BaseAddress: UBYTE§ec_Shutup: UBYTE§ec_Reserved14: UBYTE§ec_Reserved15: UBYTE§ec_Reserved16: UBYTE§ec_Reserved17: UBYTE§ec_Reserved18: UBYTE§ec_Reserved19: UBYTE§ec_Reserved1a: UBYTE§ec_Reserved1b: UBYTE§ec_Reserved1c: UBYTE§ec_Reserved1d: UBYTE§ec_Reserved1e: UBYTE§ec_Reserved1f: UBYTETrait Implementations§
Source§impl Clone for ExpansionControl
impl Clone for ExpansionControl
Source§fn clone(&self) -> ExpansionControl
fn clone(&self) -> ExpansionControl
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExpansionControl
impl Debug for ExpansionControl
impl Copy for ExpansionControl
Auto Trait Implementations§
impl Freeze for ExpansionControl
impl RefUnwindSafe for ExpansionControl
impl Send for ExpansionControl
impl Sync for ExpansionControl
impl Unpin for ExpansionControl
impl UnwindSafe for ExpansionControl
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