#[repr(C, packed)]pub struct FlipperApplicationManifestV1 {
pub base: FlipperApplicationManifestBase,
pub stack_size: u16,
pub app_version: u32,
pub name: [c_char; 32],
pub has_icon: c_char,
pub icon: [c_char; 32],
}Fields
base: FlipperApplicationManifestBasestack_size: u16app_version: u32name: [c_char; 32]has_icon: c_charicon: [c_char; 32]Trait Implementations
sourceimpl Clone for FlipperApplicationManifestV1
impl Clone for FlipperApplicationManifestV1
sourcefn clone(&self) -> FlipperApplicationManifestV1
fn clone(&self) -> FlipperApplicationManifestV1
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FlipperApplicationManifestV1
Auto Trait Implementations
impl RefUnwindSafe for FlipperApplicationManifestV1
impl Send for FlipperApplicationManifestV1
impl Sync for FlipperApplicationManifestV1
impl Unpin for FlipperApplicationManifestV1
impl UnwindSafe for FlipperApplicationManifestV1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more