#[non_exhaustive]pub struct AcceleratorTotalMemoryMiBRequest { /* private fields */ }
Expand description
The minimum and maximum amount of total accelerator memory, in MiB.
Implementations
sourceimpl AcceleratorTotalMemoryMiBRequest
impl AcceleratorTotalMemoryMiBRequest
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AcceleratorTotalMemoryMiBRequest
.
Trait Implementations
sourceimpl Clone for AcceleratorTotalMemoryMiBRequest
impl Clone for AcceleratorTotalMemoryMiBRequest
sourcefn clone(&self) -> AcceleratorTotalMemoryMiBRequest
fn clone(&self) -> AcceleratorTotalMemoryMiBRequest
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 PartialEq<AcceleratorTotalMemoryMiBRequest> for AcceleratorTotalMemoryMiBRequest
impl PartialEq<AcceleratorTotalMemoryMiBRequest> for AcceleratorTotalMemoryMiBRequest
sourcefn eq(&self, other: &AcceleratorTotalMemoryMiBRequest) -> bool
fn eq(&self, other: &AcceleratorTotalMemoryMiBRequest) -> bool
impl StructuralPartialEq for AcceleratorTotalMemoryMiBRequest
Auto Trait Implementations
impl RefUnwindSafe for AcceleratorTotalMemoryMiBRequest
impl Send for AcceleratorTotalMemoryMiBRequest
impl Sync for AcceleratorTotalMemoryMiBRequest
impl Unpin for AcceleratorTotalMemoryMiBRequest
impl UnwindSafe for AcceleratorTotalMemoryMiBRequest
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