#[repr(C, packed(1))]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: 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 duplicate 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 FlipperApplicationManifestBase
Auto Trait Implementations§
impl Freeze for FlipperApplicationManifestBase
impl RefUnwindSafe for FlipperApplicationManifestBase
impl Send for FlipperApplicationManifestBase
impl Sync for FlipperApplicationManifestBase
impl Unpin for FlipperApplicationManifestBase
impl UnwindSafe for FlipperApplicationManifestBase
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