#[repr(C)]pub struct SYNCMGRPROGRESSITEM {
pub cbSize: u32,
pub mask: u32,
pub lpcStatusText: PWSTR,
pub dwStatusType: u32,
pub iProgValue: i32,
pub iMaxValue: i32,
}Fields§
§cbSize: u32§mask: u32§lpcStatusText: PWSTR§dwStatusType: u32§iProgValue: i32§iMaxValue: i32Trait Implementations§
Source§impl Abi for SYNCMGRPROGRESSITEM
impl Abi for SYNCMGRPROGRESSITEM
Source§type Abi = SYNCMGRPROGRESSITEM
type Abi = SYNCMGRPROGRESSITEM
The abi representation of the implementing type. Read more
type DefaultType = SYNCMGRPROGRESSITEM
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for SYNCMGRPROGRESSITEM
impl Clone for SYNCMGRPROGRESSITEM
Source§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 moreSource§impl Debug for SYNCMGRPROGRESSITEM
impl Debug for SYNCMGRPROGRESSITEM
Source§impl Default for SYNCMGRPROGRESSITEM
impl Default for SYNCMGRPROGRESSITEM
Source§impl PartialEq for SYNCMGRPROGRESSITEM
impl PartialEq for SYNCMGRPROGRESSITEM
impl Copy for SYNCMGRPROGRESSITEM
impl Eq 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