#[repr(C, packed(1))]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: FlipperApplicationManifestBase§stack_size: u16§app_version: u32§name: [c_char; 32]§has_icon: c_char§icon: [c_char; 32]Trait Implementations§
Source§impl Clone for FlipperApplicationManifestV1
impl Clone for FlipperApplicationManifestV1
Source§fn clone(&self) -> FlipperApplicationManifestV1
fn clone(&self) -> FlipperApplicationManifestV1
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FlipperApplicationManifestV1
Auto Trait Implementations§
impl Freeze for FlipperApplicationManifestV1
impl RefUnwindSafe for FlipperApplicationManifestV1
impl Send for FlipperApplicationManifestV1
impl Sync for FlipperApplicationManifestV1
impl Unpin for FlipperApplicationManifestV1
impl UnwindSafe for FlipperApplicationManifestV1
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