Struct windows_sys::Win32::System::Mapi::MapiFileTagExt
[−]#[repr(C)]pub struct MapiFileTagExt {
pub ulReserved: u32,
pub cbTag: u32,
pub lpTag: *mut u8,
pub cbEncoding: u32,
pub lpEncoding: *mut u8,
}
Expand description
Required features: ‘Win32_System_Mapi’
Fields
ulReserved: u32
cbTag: u32
lpTag: *mut u8
cbEncoding: u32
lpEncoding: *mut u8
Trait Implementations
impl Clone for MapiFileTagExt
impl Clone for MapiFileTagExt
impl Copy for MapiFileTagExt
Auto Trait Implementations
impl RefUnwindSafe for MapiFileTagExt
impl !Send for MapiFileTagExt
impl !Sync for MapiFileTagExt
impl Unpin for MapiFileTagExt
impl UnwindSafe for MapiFileTagExt
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more