Struct windows::Win32::UI::Shell::SYNCMGRPROGRESSITEM
#[repr(C)]pub struct SYNCMGRPROGRESSITEM {
pub cbSize: u32,
pub mask: u32,
pub lpcStatusText: PCWSTR,
pub dwStatusType: u32,
pub iProgValue: i32,
pub iMaxValue: i32,
}
Fields§
§cbSize: u32
§mask: u32
§lpcStatusText: PCWSTR
§dwStatusType: u32
§iProgValue: i32
§iMaxValue: i32
Trait Implementations§
§impl Clone for SYNCMGRPROGRESSITEM
impl Clone for SYNCMGRPROGRESSITEM
§fn clone(&self) -> SYNCMGRPROGRESSITEM
fn clone(&self) -> SYNCMGRPROGRESSITEM
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 SYNCMGRPROGRESSITEM
impl Debug for SYNCMGRPROGRESSITEM
§impl Default for SYNCMGRPROGRESSITEM
impl Default for SYNCMGRPROGRESSITEM
§impl PartialEq for SYNCMGRPROGRESSITEM
impl PartialEq for SYNCMGRPROGRESSITEM
§fn eq(&self, other: &SYNCMGRPROGRESSITEM) -> bool
fn eq(&self, other: &SYNCMGRPROGRESSITEM) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SYNCMGRPROGRESSITEM
impl Eq for SYNCMGRPROGRESSITEM
impl StructuralPartialEq for SYNCMGRPROGRESSITEM
Auto Trait Implementations§
impl Freeze for SYNCMGRPROGRESSITEM
impl RefUnwindSafe for SYNCMGRPROGRESSITEM
impl !Send for SYNCMGRPROGRESSITEM
impl !Sync for SYNCMGRPROGRESSITEM
impl Unpin for SYNCMGRPROGRESSITEM
impl UnwindSafe for SYNCMGRPROGRESSITEM
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)