#[repr(C)]pub struct LoadConfigCodeIntegrity {
pub flags: u16,
pub catalog: u16,
pub catalog_offset: u32,
pub reserved: u32,
}Expand description
Represents the code integrity configuration used in load configuration.
Fields§
§flags: u16Flags indicating code integrity options.
catalog: u16Catalog index.
catalog_offset: u32Offset to the catalog.
reserved: u32Reserved field.
Trait Implementations§
Source§impl Clone for LoadConfigCodeIntegrity
impl Clone for LoadConfigCodeIntegrity
Source§fn clone(&self) -> LoadConfigCodeIntegrity
fn clone(&self) -> LoadConfigCodeIntegrity
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 LoadConfigCodeIntegrity
impl Debug for LoadConfigCodeIntegrity
Source§impl PartialEq for LoadConfigCodeIntegrity
impl PartialEq for LoadConfigCodeIntegrity
Source§fn eq(&self, other: &LoadConfigCodeIntegrity) -> bool
fn eq(&self, other: &LoadConfigCodeIntegrity) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'a> TryFromCtx<'a, Endian> for LoadConfigCodeIntegritywhere
LoadConfigCodeIntegrity: 'a,
impl<'a> TryFromCtx<'a, Endian> for LoadConfigCodeIntegritywhere
LoadConfigCodeIntegrity: 'a,
Source§impl<'a_fresh> TryIntoCtx<Endian> for &'a_fresh LoadConfigCodeIntegrity
impl<'a_fresh> TryIntoCtx<Endian> for &'a_fresh LoadConfigCodeIntegrity
Source§impl TryIntoCtx<Endian> for LoadConfigCodeIntegrity
impl TryIntoCtx<Endian> for LoadConfigCodeIntegrity
impl Eq for LoadConfigCodeIntegrity
impl StructuralPartialEq for LoadConfigCodeIntegrity
Auto Trait Implementations§
impl Freeze for LoadConfigCodeIntegrity
impl RefUnwindSafe for LoadConfigCodeIntegrity
impl Send for LoadConfigCodeIntegrity
impl Sync for LoadConfigCodeIntegrity
impl Unpin for LoadConfigCodeIntegrity
impl UnsafeUnpin for LoadConfigCodeIntegrity
impl UnwindSafe for LoadConfigCodeIntegrity
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