Struct ctru_sys::StopPointExceptionEvent
source · #[repr(C)]pub struct StopPointExceptionEvent {
pub type_: StopPointType,
pub fault_information: u32_,
}
Expand description
Event relating to stop points
Fields§
§type_: StopPointType
< Stop point type, see StopPointType.
fault_information: u32_
< FAR for Watchpoints, otherwise 0.
Trait Implementations§
source§impl Clone for StopPointExceptionEvent
impl Clone for StopPointExceptionEvent
source§fn clone(&self) -> StopPointExceptionEvent
fn clone(&self) -> StopPointExceptionEvent
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