Struct windows::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,
}
Fields§
§ulReserved: u32
§cbTag: u32
§lpTag: *mut u8
§cbEncoding: u32
§lpEncoding: *mut u8
Trait Implementations§
§impl Clone for MapiFileTagExt
impl Clone for MapiFileTagExt
§fn clone(&self) -> MapiFileTagExt
fn clone(&self) -> MapiFileTagExt
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 more§impl Debug for MapiFileTagExt
impl Debug for MapiFileTagExt
§impl Default for MapiFileTagExt
impl Default for MapiFileTagExt
§impl PartialEq for MapiFileTagExt
impl PartialEq for MapiFileTagExt
§fn eq(&self, other: &MapiFileTagExt) -> bool
fn eq(&self, other: &MapiFileTagExt) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MapiFileTagExt
impl Eq for MapiFileTagExt
impl StructuralPartialEq for MapiFileTagExt
Auto Trait Implementations§
impl Freeze for MapiFileTagExt
impl RefUnwindSafe for MapiFileTagExt
impl !Send for MapiFileTagExt
impl !Sync for MapiFileTagExt
impl Unpin for MapiFileTagExt
impl UnwindSafe for MapiFileTagExt
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
)