pub struct ManagerMetadata {
pub layout: LayoutInfo,
pub fields: &'static [FieldInfo],
}Expand description
Minimal manager-readable metadata for a Hopper layout.
Fields§
§layout: LayoutInfoRuntime header/layout identity.
fields: &'static [FieldInfo]Field-level wire map.
Trait Implementations§
Source§impl Clone for ManagerMetadata
impl Clone for ManagerMetadata
Source§fn clone(&self) -> ManagerMetadata
fn clone(&self) -> ManagerMetadata
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ManagerMetadata
impl Debug for ManagerMetadata
impl Copy for ManagerMetadata
Auto Trait Implementations§
impl Freeze for ManagerMetadata
impl RefUnwindSafe for ManagerMetadata
impl Send for ManagerMetadata
impl Sync for ManagerMetadata
impl Unpin for ManagerMetadata
impl UnsafeUnpin for ManagerMetadata
impl UnwindSafe for ManagerMetadata
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