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