pub struct FpgaInfo {
pub fpgas: Option<Vec<FpgaDeviceInfo>>,
pub total_fpga_memory_in_mi_b: Option<i64>,
}Expand description
Describes the FPGAs for the instance type.
Fields§
§fpgas: Option<Vec<FpgaDeviceInfo>>Describes the FPGAs for the instance type.
total_fpga_memory_in_mi_b: Option<i64>The total memory of all FPGA accelerators for the instance type.
Trait Implementations§
impl StructuralPartialEq for FpgaInfo
Auto Trait Implementations§
impl Freeze for FpgaInfo
impl RefUnwindSafe for FpgaInfo
impl Send for FpgaInfo
impl Sync for FpgaInfo
impl Unpin for FpgaInfo
impl UnwindSafe for FpgaInfo
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