Struct aws_sdk_ec2::model::FpgaDeviceInfo [−][src]
#[non_exhaustive]pub struct FpgaDeviceInfo {
pub name: Option<String>,
pub manufacturer: Option<String>,
pub count: Option<i32>,
pub memory_info: Option<FpgaDeviceMemoryInfo>,
}
Expand description
Describes the FPGA accelerator for the instance type.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.name: Option<String>
The name of the FPGA accelerator.
manufacturer: Option<String>
The manufacturer of the FPGA accelerator.
count: Option<i32>
The count of FPGA accelerators for the instance type.
memory_info: Option<FpgaDeviceMemoryInfo>
Describes the memory for the FPGA accelerator for the instance type.
Implementations
The manufacturer of the FPGA accelerator.
Describes the memory for the FPGA accelerator for the instance type.
Creates a new builder-style object to manufacture FpgaDeviceInfo
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for FpgaDeviceInfo
impl Send for FpgaDeviceInfo
impl Sync for FpgaDeviceInfo
impl Unpin for FpgaDeviceInfo
impl UnwindSafe for FpgaDeviceInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more