Struct rust_hdl_ok_frontpanel_sys::okTFlashLayout [−][src]
#[repr(C)]pub struct okTFlashLayout {
pub sectorCount: UINT32,
pub sectorSize: UINT32,
pub pageSize: UINT32,
pub minUserSector: UINT32,
pub maxUserSector: UINT32,
}
Fields
sectorCount: UINT32
sectorSize: UINT32
pageSize: UINT32
minUserSector: UINT32
maxUserSector: UINT32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for okTFlashLayout
impl Send for okTFlashLayout
impl Sync for okTFlashLayout
impl Unpin for okTFlashLayout
impl UnwindSafe for okTFlashLayout
Blanket Implementations
Mutably borrows from an owned value. Read more