#[repr(C, packed(1))]pub struct ManifestBase {
pub manifest_magic: u32,
pub manifest_version: u32,
pub api_version: u32,
pub hardware_target_id: u16,
}Fields§
§manifest_magic: u32§manifest_version: u32§api_version: u32§hardware_target_id: u16Auto Trait Implementations§
impl Freeze for ManifestBase
impl RefUnwindSafe for ManifestBase
impl Send for ManifestBase
impl Sync for ManifestBase
impl Unpin for ManifestBase
impl UnwindSafe for ManifestBase
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