#[repr(C)]pub struct UserBreakExceptionEvent {
pub type_: UserBreakType,
pub croInfo: u32_,
pub croInfoSize: u32_,
}Expand description
Event relating to svcBreak
Fields§
§type_: UserBreakType< User break type, see UserBreakType.
croInfo: u32_< For LOAD_RO and UNLOAD_RO.
croInfoSize: u32_< For LOAD_RO and UNLOAD_RO.
Trait Implementations§
Source§impl Clone for UserBreakExceptionEvent
impl Clone for UserBreakExceptionEvent
Source§fn clone(&self) -> UserBreakExceptionEvent
fn clone(&self) -> UserBreakExceptionEvent
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 UserBreakExceptionEvent
impl Debug for UserBreakExceptionEvent
Source§impl Default for UserBreakExceptionEvent
impl Default for UserBreakExceptionEvent
impl Copy for UserBreakExceptionEvent
Auto Trait Implementations§
impl Freeze for UserBreakExceptionEvent
impl RefUnwindSafe for UserBreakExceptionEvent
impl Send for UserBreakExceptionEvent
impl Sync for UserBreakExceptionEvent
impl Unpin for UserBreakExceptionEvent
impl UnwindSafe for UserBreakExceptionEvent
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)