pub enum SecureBootTemplate {
MicrosoftWindows,
MicrosoftUefiCertificateAuthority,
}Expand description
UEFI secure boot template
Variants§
MicrosoftWindows
The Microsoft Windows template.
MicrosoftUefiCertificateAuthority
The Microsoft UEFI certificate authority template.
Trait Implementations§
Source§impl Clone for SecureBootTemplate
impl Clone for SecureBootTemplate
Source§fn clone(&self) -> SecureBootTemplate
fn clone(&self) -> SecureBootTemplate
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 SecureBootTemplate
impl Debug for SecureBootTemplate
impl Copy for SecureBootTemplate
Auto Trait Implementations§
impl Freeze for SecureBootTemplate
impl RefUnwindSafe for SecureBootTemplate
impl Send for SecureBootTemplate
impl Sync for SecureBootTemplate
impl Unpin for SecureBootTemplate
impl UnwindSafe for SecureBootTemplate
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