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
sourceimpl 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.
sourceimpl FpgaDeviceInfo
impl FpgaDeviceInfo
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FpgaDeviceInfo
.
Trait Implementations
sourceimpl Clone for FpgaDeviceInfo
impl Clone for FpgaDeviceInfo
sourcefn clone(&self) -> FpgaDeviceInfo
fn clone(&self) -> FpgaDeviceInfo
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 FpgaDeviceInfo
impl Debug for FpgaDeviceInfo
sourceimpl PartialEq<FpgaDeviceInfo> for FpgaDeviceInfo
impl PartialEq<FpgaDeviceInfo> for FpgaDeviceInfo
sourcefn eq(&self, other: &FpgaDeviceInfo) -> bool
fn eq(&self, other: &FpgaDeviceInfo) -> bool
impl StructuralPartialEq for FpgaDeviceInfo
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
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