Struct ctru_sys::UserBreakExceptionEvent
source · #[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 copy 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 more