Struct redfish_codegen::models::network_adapter::v1_9_0::Controllers
source · pub struct Controllers {
pub controller_capabilities: Option<ControllerCapabilities>,
pub firmware_package_version: Option<String>,
pub identifiers: Option<Vec<Identifier>>,
pub links: Option<ControllerLinks>,
pub location: Option<Location>,
pub pcie_interface: Option<PCIeInterface>,
}
Expand description
A network controller ASIC that makes up part of a network adapter.
Fields§
§controller_capabilities: Option<ControllerCapabilities>
§firmware_package_version: Option<String>
The version of the user-facing firmware package.
identifiers: Option<Vec<Identifier>>
The durable names for the network adapter controller.
links: Option<ControllerLinks>
§location: Option<Location>
§pcie_interface: Option<PCIeInterface>
Trait Implementations§
source§impl Clone for Controllers
impl Clone for Controllers
source§fn clone(&self) -> Controllers
fn clone(&self) -> Controllers
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 moresource§impl Debug for Controllers
impl Debug for Controllers
source§impl Default for Controllers
impl Default for Controllers
source§fn default() -> Controllers
fn default() -> Controllers
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for Controllers
impl<'de> Deserialize<'de> for Controllers
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