Struct ImageLoadConfigCodeIntegrity

struct ImageLoadConfigCodeIntegrity { ... }

Fields

flags: crate::endian::U16<crate::endian::LittleEndian>

Flags to indicate if CI information is available, etc.

catalog: crate::endian::U16<crate::endian::LittleEndian>

0xFFFF means not available

catalog_offset: crate::endian::U32<crate::endian::LittleEndian>
reserved: crate::endian::U32<crate::endian::LittleEndian>

Additional bitmask to be defined later

Implementations

impl Clone for ImageLoadConfigCodeIntegrity

fn clone(self: &Self) -> ImageLoadConfigCodeIntegrity

impl Copy for ImageLoadConfigCodeIntegrity

impl Debug for ImageLoadConfigCodeIntegrity

fn fmt(self: &Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result

impl Freeze for ImageLoadConfigCodeIntegrity

impl Pod for ImageLoadConfigCodeIntegrity

impl RefUnwindSafe for ImageLoadConfigCodeIntegrity

impl Send for ImageLoadConfigCodeIntegrity

impl Sync for ImageLoadConfigCodeIntegrity

impl Unpin for ImageLoadConfigCodeIntegrity

impl UnwindSafe for ImageLoadConfigCodeIntegrity

impl<T> Any for ImageLoadConfigCodeIntegrity

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for ImageLoadConfigCodeIntegrity

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for ImageLoadConfigCodeIntegrity

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for ImageLoadConfigCodeIntegrity

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for ImageLoadConfigCodeIntegrity

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for ImageLoadConfigCodeIntegrity

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T, U> Into for ImageLoadConfigCodeIntegrity

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for ImageLoadConfigCodeIntegrity

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for ImageLoadConfigCodeIntegrity

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>