Struct ImageLoadConfigCodeIntegrity
struct ImageLoadConfigCodeIntegrity { ... }
Fields
flags: U16<LittleEndian>Flags to indicate if CI information is available, etc.
catalog: U16<LittleEndian>0xFFFF means not available
catalog_offset: U32<LittleEndian>reserved: U32<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 Formatter<'_>) -> 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 UnsafeUnpin 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) -> TReturns the argument unchanged.
impl<T> ToOwned for ImageLoadConfigCodeIntegrity
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for ImageLoadConfigCodeIntegrity
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses 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>