pub struct ClockRange {
pub domain: ClockDomain,
pub range: Range<Kilohertz2Delta>,
pub temp_max: CelsiusShifted,
}Fields§
§domain: ClockDomain§range: Range<Kilohertz2Delta>§temp_max: CelsiusShiftedunsure???
Trait Implementations§
Source§impl Clone for ClockRange
impl Clone for ClockRange
Source§fn clone(&self) -> ClockRange
fn clone(&self) -> ClockRange
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 ClockRange
impl Debug for ClockRange
Source§impl<'de> Deserialize<'de> for ClockRange
impl<'de> Deserialize<'de> for ClockRange
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 Hash for ClockRange
impl Hash for ClockRange
Source§impl Ord for ClockRange
impl Ord for ClockRange
Source§fn cmp(&self, other: &ClockRange) -> Ordering
fn cmp(&self, other: &ClockRange) -> 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 ClockRange
impl PartialEq for ClockRange
Source§impl PartialOrd for ClockRange
impl PartialOrd for ClockRange
Source§impl Serialize for ClockRange
impl Serialize for ClockRange
impl Copy for ClockRange
impl Eq for ClockRange
impl StructuralPartialEq for ClockRange
Auto Trait Implementations§
impl Freeze for ClockRange
impl RefUnwindSafe for ClockRange
impl Send for ClockRange
impl Sync for ClockRange
impl Unpin for ClockRange
impl UnwindSafe for ClockRange
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