#[repr(C)]pub struct SystemContextEbc {
pub r0: u64,
pub r1: u64,
pub r2: u64,
pub r3: u64,
pub r4: u64,
pub r5: u64,
pub r6: u64,
pub r7: u64,
pub flags: u64,
pub control_flags: u64,
pub ip: u64,
}
Fields§
§r0: u64
§r1: u64
§r2: u64
§r3: u64
§r4: u64
§r5: u64
§r6: u64
§r7: u64
§flags: u64
§control_flags: u64
§ip: u64
Trait Implementations§
Source§impl Clone for SystemContextEbc
impl Clone for SystemContextEbc
Source§fn clone(&self) -> SystemContextEbc
fn clone(&self) -> SystemContextEbc
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 SystemContextEbc
impl Debug for SystemContextEbc
impl Copy for SystemContextEbc
Auto Trait Implementations§
impl Freeze for SystemContextEbc
impl RefUnwindSafe for SystemContextEbc
impl Send for SystemContextEbc
impl Sync for SystemContextEbc
impl Unpin for SystemContextEbc
impl UnwindSafe for SystemContextEbc
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