Struct windows_sys::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,
}
Expand description
Required features: "Win32_UI_Shell"
Fields
cbSize: u32
mask: u32
lpcStatusText: PCWSTR
dwStatusType: u32
iProgValue: i32
iMaxValue: i32
Trait Implementations
impl Clone for SYNCMGRPROGRESSITEM
impl Clone for SYNCMGRPROGRESSITEM
impl Copy for SYNCMGRPROGRESSITEM
Auto Trait Implementations
impl RefUnwindSafe for SYNCMGRPROGRESSITEM
impl !Send for SYNCMGRPROGRESSITEM
impl !Sync for SYNCMGRPROGRESSITEM
impl Unpin for SYNCMGRPROGRESSITEM
impl UnwindSafe for SYNCMGRPROGRESSITEM
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more