#[repr(C)]pub struct SceExcpmgrData {
pub nestedExceptionCount: [c_int; 4],
pub unused: [c_int; 4],
pub ExcpStackTop: [*mut c_void; 4],
pub ExcpStackBottom: [*mut c_void; 4],
}Fields§
§nestedExceptionCount: [c_int; 4]§unused: [c_int; 4]§ExcpStackTop: [*mut c_void; 4]§ExcpStackBottom: [*mut c_void; 4]Trait Implementations§
Source§impl Clone for SceExcpmgrData
impl Clone for SceExcpmgrData
Source§fn clone(&self) -> SceExcpmgrData
fn clone(&self) -> SceExcpmgrData
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SceExcpmgrData
impl Debug for SceExcpmgrData
impl Copy for SceExcpmgrData
Auto Trait Implementations§
impl Freeze for SceExcpmgrData
impl RefUnwindSafe for SceExcpmgrData
impl !Send for SceExcpmgrData
impl !Sync for SceExcpmgrData
impl Unpin for SceExcpmgrData
impl UnwindSafe for SceExcpmgrData
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)