Struct firmware_uefi_custom_vars::delta::SignaturesAppend
source · pub struct SignaturesAppend {
pub kek: Option<Vec<Signature>>,
pub db: Option<Vec<Signature>>,
pub dbx: Option<Vec<Signature>>,
pub moklist: Option<Vec<Signature>>,
pub moklistx: Option<Vec<Signature>>,
}
Expand description
Append CANNOT be used with pk
Fields§
§kek: Option<Vec<Signature>>
§db: Option<Vec<Signature>>
§dbx: Option<Vec<Signature>>
§moklist: Option<Vec<Signature>>
§moklistx: Option<Vec<Signature>>
Trait Implementations§
source§impl Clone for SignaturesAppend
impl Clone for SignaturesAppend
source§fn clone(&self) -> SignaturesAppend
fn clone(&self) -> SignaturesAppend
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for SignaturesAppend
impl RefUnwindSafe for SignaturesAppend
impl Send for SignaturesAppend
impl Sync for SignaturesAppend
impl Unpin for SignaturesAppend
impl UnwindSafe for SignaturesAppend
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)