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,
}
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 moreimpl Copy 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
)