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
sourceimpl 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.
sourceimpl FpgaDeviceMemoryInfo
impl FpgaDeviceMemoryInfo
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FpgaDeviceMemoryInfo
.
Trait Implementations
sourceimpl Clone for FpgaDeviceMemoryInfo
impl Clone for FpgaDeviceMemoryInfo
sourcefn clone(&self) -> FpgaDeviceMemoryInfo
fn clone(&self) -> FpgaDeviceMemoryInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for FpgaDeviceMemoryInfo
impl Debug for FpgaDeviceMemoryInfo
sourceimpl PartialEq<FpgaDeviceMemoryInfo> for FpgaDeviceMemoryInfo
impl PartialEq<FpgaDeviceMemoryInfo> for FpgaDeviceMemoryInfo
sourcefn eq(&self, other: &FpgaDeviceMemoryInfo) -> bool
fn eq(&self, other: &FpgaDeviceMemoryInfo) -> bool
impl StructuralPartialEq for FpgaDeviceMemoryInfo
Auto Trait Implementations
impl RefUnwindSafe for FpgaDeviceMemoryInfo
impl Send for FpgaDeviceMemoryInfo
impl Sync for FpgaDeviceMemoryInfo
impl Unpin for FpgaDeviceMemoryInfo
impl UnwindSafe for FpgaDeviceMemoryInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more