#[repr(C)]pub struct SceGeStack {
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 SceGeStack
impl RefUnwindSafe for SceGeStack
impl Send for SceGeStack
impl Sync for SceGeStack
impl Unpin for SceGeStack
impl UnsafeUnpin for SceGeStack
impl UnwindSafe for SceGeStack
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