breakwatch_s

Type Alias breakwatch_s 

Source
pub type breakwatch_s = breakwatch;

Aliased Type§

#[repr(C)]
pub struct breakwatch_s { pub next: *mut breakwatch, pub type_: u32, pub addr: u32, pub size: usize, pub reserved: [u32; 4], }

Fields§

§next: *mut breakwatch§type_: u32§addr: u32§size: usize§reserved: [u32; 4]