pub struct BiosAttributesProcessors {
pub cpu_state_control: String,
pub adjacent_cache_prefetch: String,
pub hyper_threading: String,
pub intel_virtualization_technology: String,
}Fields§
§cpu_state_control: String§adjacent_cache_prefetch: String§hyper_threading: String§intel_virtualization_technology: StringTrait Implementations§
Source§impl Clone for BiosAttributesProcessors
impl Clone for BiosAttributesProcessors
Source§fn clone(&self) -> BiosAttributesProcessors
fn clone(&self) -> BiosAttributesProcessors
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BiosAttributesProcessors
impl Debug for BiosAttributesProcessors
Source§impl<'de> Deserialize<'de> for BiosAttributesProcessors
impl<'de> Deserialize<'de> for BiosAttributesProcessors
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for BiosAttributesProcessors
impl RefUnwindSafe for BiosAttributesProcessors
impl Send for BiosAttributesProcessors
impl Sync for BiosAttributesProcessors
impl Unpin for BiosAttributesProcessors
impl UnsafeUnpin for BiosAttributesProcessors
impl UnwindSafe for BiosAttributesProcessors
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