pub struct UaLink {
pub accelerator_id: Option<Int64>,
}Expand description
The UALink attributes of a processor.
This type shall contain information about UALink fabric and port management within the processor.
Fields§
§accelerator_id: Option<Int64>The UALink Accelerator ID of the processor.
This property shall contain an integer that is unique within a UALink Pod and that serves as the Source and Destination Accelerator ID on the UALink network.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for UaLink
impl<'de> Deserialize<'de> for UaLink
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Send for UaLink
SAFETY: All generated data types are Send
impl Sync for UaLink
SAFETY: All generated data types are Sync
Auto Trait Implementations§
impl Freeze for UaLink
impl RefUnwindSafe for UaLink
impl Unpin for UaLink
impl UnsafeUnpin for UaLink
impl UnwindSafe for UaLink
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