#[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,
}Fields
manifest_magic: u32manifest_version: u32api_version: FlipperApplicationManifestBase__bindgen_ty_1hardware_target_id: u16Trait Implementations
sourceimpl Clone for FlipperApplicationManifestBase
impl Clone for FlipperApplicationManifestBase
sourcefn clone(&self) -> FlipperApplicationManifestBase
fn clone(&self) -> FlipperApplicationManifestBase
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 FlipperApplicationManifestBase
Auto Trait Implementations
impl RefUnwindSafe for FlipperApplicationManifestBase
impl Send for FlipperApplicationManifestBase
impl Sync for FlipperApplicationManifestBase
impl Unpin for FlipperApplicationManifestBase
impl UnwindSafe for FlipperApplicationManifestBase
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