#[repr(transparent)]pub struct ElsAsBootLog1(pub u32);Expand description
Boot state captured during boot: Library log
Tuple Fields§
§0: u32Implementations§
Source§impl ElsAsBootLog1
impl ElsAsBootLog1
Sourcepub const fn fips(&self) -> u8
pub const fn fips(&self) -> u8
FIPS self-test is executed and PASS during this boot. When a bit is set, means self-test is executed and it FAILS. When a bit is clear, means corresponding self-test is executed and PASS or it is not executed.
Trait Implementations§
Source§impl Clone for ElsAsBootLog1
impl Clone for ElsAsBootLog1
Source§fn clone(&self) -> ElsAsBootLog1
fn clone(&self) -> ElsAsBootLog1
Returns a duplicate of the value. Read more
1.0.0 · 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 ElsAsBootLog1
impl Debug for ElsAsBootLog1
Source§impl Default for ElsAsBootLog1
impl Default for ElsAsBootLog1
Source§fn default() -> ElsAsBootLog1
fn default() -> ElsAsBootLog1
Returns the “default value” for a type. Read more
Source§impl PartialEq for ElsAsBootLog1
impl PartialEq for ElsAsBootLog1
impl Copy for ElsAsBootLog1
impl Eq for ElsAsBootLog1
impl StructuralPartialEq for ElsAsBootLog1
Auto Trait Implementations§
impl Freeze for ElsAsBootLog1
impl RefUnwindSafe for ElsAsBootLog1
impl Send for ElsAsBootLog1
impl Sync for ElsAsBootLog1
impl Unpin for ElsAsBootLog1
impl UnwindSafe for ElsAsBootLog1
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