pub struct Attributes {
pub dynamic_properties: DynamicProperties<PrimitiveType>,
}Expand description
The list of BIOS attributes and their values as determined by the manufacturer or provider.
This property shall contain the list of BIOS attributes and their values as determined by the
manufacturer or provider. This object shall describe BIOS attribute settings as additional
properties. If the object specifies a BIOS attribute registry, attributes shall be looked up in
that attribute registry by their attribute name. Attributes in this attribute registry with the
AttributeType of Enumeration shall use valid ValueName values in this object, as listed in
that attribute registry.
Fields§
§dynamic_properties: DynamicProperties<PrimitiveType>Trait Implementations§
Source§impl Debug for Attributes
impl Debug for Attributes
Source§impl<'de> Deserialize<'de> for Attributes
impl<'de> Deserialize<'de> for Attributes
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 Attributes
impl RefUnwindSafe for Attributes
impl Send for Attributes
impl Sync for Attributes
impl Unpin for Attributes
impl UnsafeUnpin for Attributes
impl UnwindSafe for Attributes
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