pub struct ClockRange {
pub min: u32,
pub max: u32,
}Fields§
§min: u32§max: u32Trait 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 (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 ClockRange
impl Debug for ClockRange
Source§impl Hash for ClockRange
impl Hash for ClockRange
Source§impl PartialEq for ClockRange
impl PartialEq for ClockRange
Source§fn eq(&self, other: &ClockRange) -> bool
fn eq(&self, other: &ClockRange) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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