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