Struct aws_sdk_ec2::model::ProcessorInfo
source · [−]#[non_exhaustive]pub struct ProcessorInfo { /* private fields */ }
Expand description
Describes the processor used by the instance type.
Implementations
sourceimpl ProcessorInfo
impl ProcessorInfo
sourcepub fn supported_architectures(&self) -> Option<&[ArchitectureType]>
pub fn supported_architectures(&self) -> Option<&[ArchitectureType]>
The architectures supported by the instance type.
sourcepub fn sustained_clock_speed_in_ghz(&self) -> Option<f64>
pub fn sustained_clock_speed_in_ghz(&self) -> Option<f64>
The speed of the processor, in GHz.
sourceimpl ProcessorInfo
impl ProcessorInfo
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ProcessorInfo
.
Trait Implementations
sourceimpl Clone for ProcessorInfo
impl Clone for ProcessorInfo
sourcefn clone(&self) -> ProcessorInfo
fn clone(&self) -> ProcessorInfo
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 ProcessorInfo
impl Debug for ProcessorInfo
sourceimpl PartialEq<ProcessorInfo> for ProcessorInfo
impl PartialEq<ProcessorInfo> for ProcessorInfo
sourcefn eq(&self, other: &ProcessorInfo) -> bool
fn eq(&self, other: &ProcessorInfo) -> bool
impl StructuralPartialEq for ProcessorInfo
Auto Trait Implementations
impl RefUnwindSafe for ProcessorInfo
impl Send for ProcessorInfo
impl Sync for ProcessorInfo
impl Unpin for ProcessorInfo
impl UnwindSafe for ProcessorInfo
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