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