Struct aws_sdk_ec2::model::GpuDeviceInfo
source · [−]#[non_exhaustive]pub struct GpuDeviceInfo { /* private fields */ }
Expand description
Describes the GPU accelerators for the instance type.
Implementations
sourceimpl GpuDeviceInfo
impl GpuDeviceInfo
sourcepub fn manufacturer(&self) -> Option<&str>
pub fn manufacturer(&self) -> Option<&str>
The manufacturer of the GPU accelerator.
sourcepub fn memory_info(&self) -> Option<&GpuDeviceMemoryInfo>
pub fn memory_info(&self) -> Option<&GpuDeviceMemoryInfo>
Describes the memory available to the GPU accelerator.
sourceimpl GpuDeviceInfo
impl GpuDeviceInfo
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GpuDeviceInfo
.
Trait Implementations
sourceimpl Clone for GpuDeviceInfo
impl Clone for GpuDeviceInfo
sourcefn clone(&self) -> GpuDeviceInfo
fn clone(&self) -> GpuDeviceInfo
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 GpuDeviceInfo
impl Debug for GpuDeviceInfo
sourceimpl PartialEq<GpuDeviceInfo> for GpuDeviceInfo
impl PartialEq<GpuDeviceInfo> for GpuDeviceInfo
sourcefn eq(&self, other: &GpuDeviceInfo) -> bool
fn eq(&self, other: &GpuDeviceInfo) -> bool
impl StructuralPartialEq for GpuDeviceInfo
Auto Trait Implementations
impl RefUnwindSafe for GpuDeviceInfo
impl Send for GpuDeviceInfo
impl Sync for GpuDeviceInfo
impl Unpin for GpuDeviceInfo
impl UnwindSafe for GpuDeviceInfo
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