#[repr(transparent)]pub struct LPPROGRESS_ROUTINE_CALLBACK_REASON(pub u32);Expand description
Required features: ‘Win32_Storage_FileSystem’
Tuple Fields
0: u32Trait Implementations
sourceimpl Clone for LPPROGRESS_ROUTINE_CALLBACK_REASON
impl Clone for LPPROGRESS_ROUTINE_CALLBACK_REASON
sourcepub fn clone(&self) -> LPPROGRESS_ROUTINE_CALLBACK_REASON
pub fn clone(&self) -> LPPROGRESS_ROUTINE_CALLBACK_REASON
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for LPPROGRESS_ROUTINE_CALLBACK_REASON
impl Default for LPPROGRESS_ROUTINE_CALLBACK_REASON
sourcepub fn default() -> LPPROGRESS_ROUTINE_CALLBACK_REASON
pub fn default() -> LPPROGRESS_ROUTINE_CALLBACK_REASON
Returns the “default value” for a type. Read more
sourceimpl PartialEq<LPPROGRESS_ROUTINE_CALLBACK_REASON> for LPPROGRESS_ROUTINE_CALLBACK_REASON
impl PartialEq<LPPROGRESS_ROUTINE_CALLBACK_REASON> for LPPROGRESS_ROUTINE_CALLBACK_REASON
sourcepub fn eq(&self, other: &LPPROGRESS_ROUTINE_CALLBACK_REASON) -> bool
pub fn eq(&self, other: &LPPROGRESS_ROUTINE_CALLBACK_REASON) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcepub fn ne(&self, other: &LPPROGRESS_ROUTINE_CALLBACK_REASON) -> bool
pub fn ne(&self, other: &LPPROGRESS_ROUTINE_CALLBACK_REASON) -> bool
This method tests for !=.
impl Copy for LPPROGRESS_ROUTINE_CALLBACK_REASON
impl Eq for LPPROGRESS_ROUTINE_CALLBACK_REASON
impl StructuralEq for LPPROGRESS_ROUTINE_CALLBACK_REASON
impl StructuralPartialEq for LPPROGRESS_ROUTINE_CALLBACK_REASON
Auto Trait Implementations
impl RefUnwindSafe for LPPROGRESS_ROUTINE_CALLBACK_REASON
impl Send for LPPROGRESS_ROUTINE_CALLBACK_REASON
impl Sync for LPPROGRESS_ROUTINE_CALLBACK_REASON
impl Unpin for LPPROGRESS_ROUTINE_CALLBACK_REASON
impl UnwindSafe for LPPROGRESS_ROUTINE_CALLBACK_REASON
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more