pub struct HostRocmProfile {
pub version: Option<String>,
pub gpu_arches: BTreeSet<String>,
}Fields§
§version: Option<String>§gpu_arches: BTreeSet<String>Trait Implementations§
Source§impl Clone for HostRocmProfile
impl Clone for HostRocmProfile
Source§fn clone(&self) -> HostRocmProfile
fn clone(&self) -> HostRocmProfile
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 HostRocmProfile
impl Debug for HostRocmProfile
Source§impl Default for HostRocmProfile
impl Default for HostRocmProfile
Source§fn default() -> HostRocmProfile
fn default() -> HostRocmProfile
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HostRocmProfile
impl<'de> Deserialize<'de> for HostRocmProfile
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 Eq for HostRocmProfile
Source§impl PartialEq for HostRocmProfile
impl PartialEq for HostRocmProfile
Source§impl Serialize for HostRocmProfile
impl Serialize for HostRocmProfile
impl StructuralPartialEq for HostRocmProfile
Auto Trait Implementations§
impl Freeze for HostRocmProfile
impl RefUnwindSafe for HostRocmProfile
impl Send for HostRocmProfile
impl Sync for HostRocmProfile
impl Unpin for HostRocmProfile
impl UnsafeUnpin for HostRocmProfile
impl UnwindSafe for HostRocmProfile
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