#[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 u8Trait Implementations§
Source§impl Clone for MapiFileTagExt
impl Clone for MapiFileTagExt
Source§fn clone(&self) -> MapiFileTagExt
fn clone(&self) -> MapiFileTagExt
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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
Source§impl Debug for MapiFileTagExt
impl Debug for MapiFileTagExt
Source§impl Default for MapiFileTagExt
impl Default for MapiFileTagExt
Source§fn default() -> MapiFileTagExt
fn default() -> MapiFileTagExt
Returns the “default value” for a type. Read more
Source§impl PartialEq for MapiFileTagExt
impl PartialEq for MapiFileTagExt
Source§fn eq(&self, other: &MapiFileTagExt) -> bool
fn eq(&self, other: &MapiFileTagExt) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MapiFileTagExt
Auto Trait Implementations§
impl !Send for MapiFileTagExt
impl !Sync for MapiFileTagExt
impl Freeze for MapiFileTagExt
impl RefUnwindSafe for MapiFileTagExt
impl Unpin for MapiFileTagExt
impl UnsafeUnpin 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