Struct aws_sdk_ec2::model::FpgaDeviceInfo
source · #[non_exhaustive]pub struct FpgaDeviceInfo { /* private fields */ }
Expand description
Describes the FPGA accelerator for the instance type.
Implementations§
source§impl FpgaDeviceInfo
impl FpgaDeviceInfo
sourcepub fn manufacturer(&self) -> Option<&str>
pub fn manufacturer(&self) -> Option<&str>
The manufacturer of the FPGA accelerator.
sourcepub fn memory_info(&self) -> Option<&FpgaDeviceMemoryInfo>
pub fn memory_info(&self) -> Option<&FpgaDeviceMemoryInfo>
Describes the memory for the FPGA accelerator for the instance type.
source§impl FpgaDeviceInfo
impl FpgaDeviceInfo
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FpgaDeviceInfo
.
Trait Implementations§
source§impl Clone for FpgaDeviceInfo
impl Clone for FpgaDeviceInfo
source§fn clone(&self) -> FpgaDeviceInfo
fn clone(&self) -> FpgaDeviceInfo
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 FpgaDeviceInfo
impl Debug for FpgaDeviceInfo
source§impl PartialEq<FpgaDeviceInfo> for FpgaDeviceInfo
impl PartialEq<FpgaDeviceInfo> for FpgaDeviceInfo
source§fn eq(&self, other: &FpgaDeviceInfo) -> bool
fn eq(&self, other: &FpgaDeviceInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.