#[repr(transparent)]pub struct SkippyRuntimeEventProgressUnit(pub u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for SkippyRuntimeEventProgressUnit
impl Clone for SkippyRuntimeEventProgressUnit
Source§fn clone(&self) -> SkippyRuntimeEventProgressUnit
fn clone(&self) -> SkippyRuntimeEventProgressUnit
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 moreimpl Copy for SkippyRuntimeEventProgressUnit
Source§impl Default for SkippyRuntimeEventProgressUnit
impl Default for SkippyRuntimeEventProgressUnit
Source§fn default() -> SkippyRuntimeEventProgressUnit
fn default() -> SkippyRuntimeEventProgressUnit
Returns the “default value” for a type. Read more
impl Eq for SkippyRuntimeEventProgressUnit
impl StructuralPartialEq for SkippyRuntimeEventProgressUnit
Auto Trait Implementations§
impl Freeze for SkippyRuntimeEventProgressUnit
impl RefUnwindSafe for SkippyRuntimeEventProgressUnit
impl Send for SkippyRuntimeEventProgressUnit
impl Sync for SkippyRuntimeEventProgressUnit
impl Unpin for SkippyRuntimeEventProgressUnit
impl UnsafeUnpin for SkippyRuntimeEventProgressUnit
impl UnwindSafe for SkippyRuntimeEventProgressUnit
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