#[repr(C)]pub struct _callee_saved {
pub v1: u32,
pub v2: u32,
pub v3: u32,
pub v4: u32,
pub v5: u32,
pub v6: u32,
pub v7: u32,
pub v8: u32,
pub psp: u32,
}
Fields§
§v1: u32
§v2: u32
§v3: u32
§v4: u32
§v5: u32
§v6: u32
§v7: u32
§v8: u32
§psp: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for _callee_saved
impl RefUnwindSafe for _callee_saved
impl Send for _callee_saved
impl Sync for _callee_saved
impl Unpin for _callee_saved
impl UnwindSafe for _callee_saved
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