pub struct SecurityFeatures {
pub has_hardware_rng: bool,
pub has_aes_ni: bool,
pub has_avx2: bool,
pub has_secure_boot: bool,
pub has_tpm: bool,
}Fields§
§has_hardware_rng: bool§has_aes_ni: bool§has_avx2: bool§has_secure_boot: bool§has_tpm: boolTrait Implementations§
Source§impl Clone for SecurityFeatures
impl Clone for SecurityFeatures
Source§fn clone(&self) -> SecurityFeatures
fn clone(&self) -> SecurityFeatures
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 moreAuto Trait Implementations§
impl Freeze for SecurityFeatures
impl RefUnwindSafe for SecurityFeatures
impl Send for SecurityFeatures
impl Sync for SecurityFeatures
impl Unpin for SecurityFeatures
impl UnwindSafe for SecurityFeatures
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