Struct windows_sys::Win32::UI::Shell::SYNCMGR_CONFLICT_ID_INFO
#[repr(C)]pub struct SYNCMGR_CONFLICT_ID_INFO {
pub pblobID: *mut BYTE_BLOB,
pub pblobExtra: *mut BYTE_BLOB,
}
Expand description
Required features: "Win32_System_Com"
Fields§
§pblobID: *mut BYTE_BLOB
§pblobExtra: *mut BYTE_BLOB
Trait Implementations§
§impl Clone for SYNCMGR_CONFLICT_ID_INFO
impl Clone for SYNCMGR_CONFLICT_ID_INFO
impl Copy for SYNCMGR_CONFLICT_ID_INFO
Auto Trait Implementations§
impl RefUnwindSafe for SYNCMGR_CONFLICT_ID_INFO
impl !Send for SYNCMGR_CONFLICT_ID_INFO
impl !Sync for SYNCMGR_CONFLICT_ID_INFO
impl Unpin for SYNCMGR_CONFLICT_ID_INFO
impl UnwindSafe for SYNCMGR_CONFLICT_ID_INFO
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