Struct flipperzero_sys::Icon
source · #[repr(C)]pub struct Icon {
pub width: u8,
pub height: u8,
pub frame_count: u8,
pub frame_rate: u8,
pub frames: *const *const u8,
}Expand description
Re-export bindings
Fields§
§width: u8§height: u8§frame_count: u8§frame_rate: u8§frames: *const *const u8