#[repr(C)]pub struct PspGeStack {
pub stack: [c_uint; 8],
}Expand description
Structure storing a stack (for CALL/RET).
Fields§
§stack: [c_uint; 8]The stack buffer.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PspGeStack
impl RefUnwindSafe for PspGeStack
impl Send for PspGeStack
impl Sync for PspGeStack
impl Unpin for PspGeStack
impl UnsafeUnpin for PspGeStack
impl UnwindSafe for PspGeStack
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