pub enum HmatLBDataType {
access_latency,
read_latency,
write_latency,
access_bandwidth,
read_bandwidth,
write_bandwidth,
}
Variants§
Trait Implementations§
Source§impl Clone for HmatLBDataType
impl Clone for HmatLBDataType
Source§fn clone(&self) -> HmatLBDataType
fn clone(&self) -> HmatLBDataType
Returns a duplicate of the value. Read more
1.0.0 · 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 HmatLBDataType
impl Debug for HmatLBDataType
Source§impl<'de> Deserialize<'de> for HmatLBDataType
impl<'de> Deserialize<'de> for HmatLBDataType
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
Source§impl Enum for HmatLBDataType
impl Enum for HmatLBDataType
Source§impl FromStr for HmatLBDataType
impl FromStr for HmatLBDataType
Source§impl Hash for HmatLBDataType
impl Hash for HmatLBDataType
Source§impl Ord for HmatLBDataType
impl Ord for HmatLBDataType
Source§fn cmp(&self, other: &HmatLBDataType) -> Ordering
fn cmp(&self, other: &HmatLBDataType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for HmatLBDataType
impl PartialEq for HmatLBDataType
Source§impl PartialOrd for HmatLBDataType
impl PartialOrd for HmatLBDataType
Source§impl Serialize for HmatLBDataType
impl Serialize for HmatLBDataType
impl Copy for HmatLBDataType
impl Eq for HmatLBDataType
impl StructuralPartialEq for HmatLBDataType
Auto Trait Implementations§
impl Freeze for HmatLBDataType
impl RefUnwindSafe for HmatLBDataType
impl Send for HmatLBDataType
impl Sync for HmatLBDataType
impl Unpin for HmatLBDataType
impl UnwindSafe for HmatLBDataType
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