#[repr(C)]pub struct ITEM_INFO {
pub dwSize: u32,
pub pcwszFromEMail: PCWSTR,
pub pcwszApplicationName: PCWSTR,
pub pcwszCatalogName: PCWSTR,
pub pcwszContentClass: PCWSTR,
}
Fields§
§dwSize: u32
§pcwszFromEMail: PCWSTR
§pcwszApplicationName: PCWSTR
§pcwszCatalogName: PCWSTR
§pcwszContentClass: PCWSTR
Trait Implementations§
impl Copy for ITEM_INFO
impl Eq for ITEM_INFO
impl StructuralPartialEq for ITEM_INFO
Auto Trait Implementations§
impl Freeze for ITEM_INFO
impl RefUnwindSafe for ITEM_INFO
impl !Send for ITEM_INFO
impl !Sync for ITEM_INFO
impl Unpin for ITEM_INFO
impl UnwindSafe for ITEM_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
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
)