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,
}Fields§
§width: u8§height: u8§frame_count: u8§frame_rate: u8§frames: *const *const u8Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Icon
impl !Send for Icon
impl !Sync for Icon
impl Unpin for Icon
impl UnwindSafe for Icon
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more