#[repr(transparent)]pub struct Intval(pub u32);Expand description
Time Interval Value
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Intval
impl Eq for Intval
impl StructuralPartialEq for Intval
Auto Trait Implementations§
impl Freeze for Intval
impl RefUnwindSafe for Intval
impl Send for Intval
impl Sync for Intval
impl Unpin for Intval
impl UnwindSafe for Intval
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