pub struct ClockRangeI32 {
pub min: i32,
pub max: i32,
}Fields§
§min: i32§max: i32Trait Implementations§
Source§impl Clone for ClockRangeI32
impl Clone for ClockRangeI32
Source§fn clone(&self) -> ClockRangeI32
fn clone(&self) -> ClockRangeI32
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 ClockRangeI32
impl Debug for ClockRangeI32
Source§impl Hash for ClockRangeI32
impl Hash for ClockRangeI32
Source§impl PartialEq for ClockRangeI32
impl PartialEq for ClockRangeI32
Source§fn eq(&self, other: &ClockRangeI32) -> bool
fn eq(&self, other: &ClockRangeI32) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ClockRangeI32
impl Eq for ClockRangeI32
impl StructuralPartialEq for ClockRangeI32
Auto Trait Implementations§
impl Freeze for ClockRangeI32
impl RefUnwindSafe for ClockRangeI32
impl Send for ClockRangeI32
impl Sync for ClockRangeI32
impl Unpin for ClockRangeI32
impl UnsafeUnpin for ClockRangeI32
impl UnwindSafe for ClockRangeI32
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