Struct windows_sys::Win32::UI::Shell::SYNCMGRLOGERRORINFO
[−]#[repr(C)]pub struct SYNCMGRLOGERRORINFO {
pub cbSize: u32,
pub mask: u32,
pub dwSyncMgrErrorFlags: u32,
pub ErrorID: GUID,
pub ItemID: GUID,
}
Expand description
Required features: "Win32_UI_Shell"
Fields
cbSize: u32
mask: u32
dwSyncMgrErrorFlags: u32
ErrorID: GUID
ItemID: GUID
Trait Implementations
impl Clone for SYNCMGRLOGERRORINFO
impl Clone for SYNCMGRLOGERRORINFO
impl Copy for SYNCMGRLOGERRORINFO
Auto Trait Implementations
impl RefUnwindSafe for SYNCMGRLOGERRORINFO
impl Send for SYNCMGRLOGERRORINFO
impl Sync for SYNCMGRLOGERRORINFO
impl Unpin for SYNCMGRLOGERRORINFO
impl UnwindSafe for SYNCMGRLOGERRORINFO
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