Struct r_efi::protocols::debug_support::SystemContextArm
source · #[repr(C)]pub struct SystemContextArm {}Fields§
§r0: u32§r1: u32§r2: u32§r3: u32§r4: u32§r5: u32§r6: u32§r7: u32§r8: u32§r9: u32§r10: u32§r11: u32§r12: u32§sp: u32§lr: u32§pc: u32§cpsr: u32§dfsr: u32§dfar: u32§ifsr: u32Trait Implementations§
source§impl Clone for SystemContextArm
impl Clone for SystemContextArm
source§fn clone(&self) -> SystemContextArm
fn clone(&self) -> SystemContextArm
Returns a copy 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 SystemContextArm
impl Debug for SystemContextArm
impl Copy for SystemContextArm
Auto Trait Implementations§
impl Freeze for SystemContextArm
impl RefUnwindSafe for SystemContextArm
impl Send for SystemContextArm
impl Sync for SystemContextArm
impl Unpin for SystemContextArm
impl UnwindSafe for SystemContextArm
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)