pub enum BootStatus {
Verified,
NotSupported,
Failed,
Disabled,
HashOnly,
}Expand description
Boot verification status
Variants§
Verified
Secure boot verified – kernel hash and signature checked
NotSupported
Secure boot not supported on this platform
Failed
Secure boot verification failed (hash or signature mismatch)
Disabled
Secure boot disabled by configuration
HashOnly
Verified hash only (no signature available)
Trait Implementations§
Source§impl Clone for BootStatus
impl Clone for BootStatus
Source§fn clone(&self) -> BootStatus
fn clone(&self) -> BootStatus
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BootStatus
impl Debug for BootStatus
Source§impl PartialEq for BootStatus
impl PartialEq for BootStatus
impl Copy for BootStatus
impl Eq for BootStatus
impl StructuralPartialEq for BootStatus
Auto Trait Implementations§
impl Freeze for BootStatus
impl RefUnwindSafe for BootStatus
impl Send for BootStatus
impl Sync for BootStatus
impl Unpin for BootStatus
impl UnwindSafe for BootStatus
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)