#[repr(transparent)]pub struct LPPROGRESS_ROUTINE_CALLBACK_REASON(pub u32);Tuple Fields§
§0: u32Auto 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 UnsafeUnpin 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