pub struct ElasticGpuSpecification {
pub type_: String,
}Expand description
A specification for an Elastic Graphics accelerator.
Fields§
§type_: StringThe type of Elastic Graphics accelerator. For more information about the values to specify for Type, see Elastic Graphics Basics, specifically the Elastic Graphics accelerator column, in the Amazon Elastic Compute Cloud User Guide for Windows Instances.
Trait Implementations§
Source§impl Clone for ElasticGpuSpecification
impl Clone for ElasticGpuSpecification
Source§fn clone(&self) -> ElasticGpuSpecification
fn clone(&self) -> ElasticGpuSpecification
Returns a duplicate 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 ElasticGpuSpecification
impl Debug for ElasticGpuSpecification
Source§impl Default for ElasticGpuSpecification
impl Default for ElasticGpuSpecification
Source§fn default() -> ElasticGpuSpecification
fn default() -> ElasticGpuSpecification
Returns the “default value” for a type. Read more
Source§impl PartialEq for ElasticGpuSpecification
impl PartialEq for ElasticGpuSpecification
impl StructuralPartialEq for ElasticGpuSpecification
Auto Trait Implementations§
impl Freeze for ElasticGpuSpecification
impl RefUnwindSafe for ElasticGpuSpecification
impl Send for ElasticGpuSpecification
impl Sync for ElasticGpuSpecification
impl Unpin for ElasticGpuSpecification
impl UnwindSafe for ElasticGpuSpecification
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more