#[repr(C, packed)]pub struct FlipperApplicationManifestBase {
pub manifest_magic: u32,
pub manifest_version: u32,
pub api_version: FlipperApplicationManifestBase__bindgen_ty_1,
pub hardware_target_id: u16,
}Expand description
Re-export bindings
Fields§
§manifest_magic: u32§manifest_version: u32§api_version: FlipperApplicationManifestBase__bindgen_ty_1§hardware_target_id: u16Trait Implementations§
source§impl Clone for FlipperApplicationManifestBase
impl Clone for FlipperApplicationManifestBase
source§fn clone(&self) -> FlipperApplicationManifestBase
fn clone(&self) -> FlipperApplicationManifestBase
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 more