Struct COPYPROGRESSROUTINE_PROGRESS
#[repr(transparent)]pub struct COPYPROGRESSROUTINE_PROGRESS(pub u32);
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
§impl BitAnd for COPYPROGRESSROUTINE_PROGRESS
impl BitAnd for COPYPROGRESSROUTINE_PROGRESS
§impl BitAndAssign for COPYPROGRESSROUTINE_PROGRESS
impl BitAndAssign for COPYPROGRESSROUTINE_PROGRESS
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for COPYPROGRESSROUTINE_PROGRESS
impl BitOr for COPYPROGRESSROUTINE_PROGRESS
§impl BitOrAssign for COPYPROGRESSROUTINE_PROGRESS
impl BitOrAssign for COPYPROGRESSROUTINE_PROGRESS
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for COPYPROGRESSROUTINE_PROGRESS
impl Clone for COPYPROGRESSROUTINE_PROGRESS
§fn clone(&self) -> COPYPROGRESSROUTINE_PROGRESS
fn clone(&self) -> COPYPROGRESSROUTINE_PROGRESS
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 COPYPROGRESSROUTINE_PROGRESS
impl Debug for COPYPROGRESSROUTINE_PROGRESS
§impl Default for COPYPROGRESSROUTINE_PROGRESS
impl Default for COPYPROGRESSROUTINE_PROGRESS
§fn default() -> COPYPROGRESSROUTINE_PROGRESS
fn default() -> COPYPROGRESSROUTINE_PROGRESS
Returns the “default value” for a type. Read more
§impl Not for COPYPROGRESSROUTINE_PROGRESS
impl Not for COPYPROGRESSROUTINE_PROGRESS
§impl PartialEq for COPYPROGRESSROUTINE_PROGRESS
impl PartialEq for COPYPROGRESSROUTINE_PROGRESS
impl Copy for COPYPROGRESSROUTINE_PROGRESS
impl Eq for COPYPROGRESSROUTINE_PROGRESS
impl StructuralPartialEq for COPYPROGRESSROUTINE_PROGRESS
Auto Trait Implementations§
impl Freeze for COPYPROGRESSROUTINE_PROGRESS
impl RefUnwindSafe for COPYPROGRESSROUTINE_PROGRESS
impl Send for COPYPROGRESSROUTINE_PROGRESS
impl Sync for COPYPROGRESSROUTINE_PROGRESS
impl Unpin for COPYPROGRESSROUTINE_PROGRESS
impl UnwindSafe for COPYPROGRESSROUTINE_PROGRESS
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