Struct LPPROGRESS_ROUTINE_CALLBACK_REASON
#[repr(transparent)]pub struct LPPROGRESS_ROUTINE_CALLBACK_REASON(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
§impl Clone for LPPROGRESS_ROUTINE_CALLBACK_REASON
impl Clone for LPPROGRESS_ROUTINE_CALLBACK_REASON
§fn clone(&self) -> LPPROGRESS_ROUTINE_CALLBACK_REASON
fn clone(&self) -> LPPROGRESS_ROUTINE_CALLBACK_REASON
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 LPPROGRESS_ROUTINE_CALLBACK_REASON
impl Debug for LPPROGRESS_ROUTINE_CALLBACK_REASON
§impl Default for LPPROGRESS_ROUTINE_CALLBACK_REASON
impl Default for LPPROGRESS_ROUTINE_CALLBACK_REASON
§fn default() -> LPPROGRESS_ROUTINE_CALLBACK_REASON
fn default() -> LPPROGRESS_ROUTINE_CALLBACK_REASON
Returns the “default value” for a type. Read more
§impl PartialEq for LPPROGRESS_ROUTINE_CALLBACK_REASON
impl PartialEq for LPPROGRESS_ROUTINE_CALLBACK_REASON
§fn eq(&self, other: &LPPROGRESS_ROUTINE_CALLBACK_REASON) -> bool
fn eq(&self, other: &LPPROGRESS_ROUTINE_CALLBACK_REASON) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for LPPROGRESS_ROUTINE_CALLBACK_REASON
impl Eq for LPPROGRESS_ROUTINE_CALLBACK_REASON
impl StructuralPartialEq for LPPROGRESS_ROUTINE_CALLBACK_REASON
Auto Trait Implementations§
impl Freeze for LPPROGRESS_ROUTINE_CALLBACK_REASON
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§
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