pub struct BootMetadata {
pub zbi_type: u32,
pub zbi_extra: Option<u32>,
}Fields§
§zbi_type: u32§zbi_extra: Option<u32>Trait Implementations§
Source§impl Clone for BootMetadata
impl Clone for BootMetadata
Source§fn clone(&self) -> BootMetadata
fn clone(&self) -> BootMetadata
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 BootMetadata
impl Debug for BootMetadata
Source§impl Default for BootMetadata
impl Default for BootMetadata
Source§fn default() -> BootMetadata
fn default() -> BootMetadata
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BootMetadata
impl RefUnwindSafe for BootMetadata
impl Send for BootMetadata
impl Sync for BootMetadata
impl Unpin for BootMetadata
impl UnsafeUnpin for BootMetadata
impl UnwindSafe for BootMetadata
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]