Skip to main content

cst_sts_paged

Type Alias cst_sts_paged 

Source
pub type cst_sts_paged = cst_sts_paged_struct;

Aliased Type§

#[repr(C)]
pub struct cst_sts_paged { pub frame_offset: u32, pub res_size: u16, pub res_offset: u32, pub frame_page: *const u16, pub res_page: *const u8, }

Fields§

§frame_offset: u32§res_size: u16§res_offset: u32§frame_page: *const u16§res_page: *const u8