#[repr(C)]pub struct MIMEPARAMINFO {
pub pszName: PSTR,
pub pszData: PSTR,
}Fields§
§pszName: PSTR§pszData: PSTRTrait Implementations§
Source§impl Clone for MIMEPARAMINFO
impl Clone for MIMEPARAMINFO
Source§fn clone(&self) -> MIMEPARAMINFO
fn clone(&self) -> MIMEPARAMINFO
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 MIMEPARAMINFO
Source§impl Debug for MIMEPARAMINFO
impl Debug for MIMEPARAMINFO
Source§impl Default for MIMEPARAMINFO
impl Default for MIMEPARAMINFO
Source§fn default() -> MIMEPARAMINFO
fn default() -> MIMEPARAMINFO
Returns the “default value” for a type. Read more
Source§impl PartialEq for MIMEPARAMINFO
impl PartialEq for MIMEPARAMINFO
Source§fn eq(&self, other: &MIMEPARAMINFO) -> bool
fn eq(&self, other: &MIMEPARAMINFO) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MIMEPARAMINFO
Auto Trait Implementations§
impl !Send for MIMEPARAMINFO
impl !Sync for MIMEPARAMINFO
impl Freeze for MIMEPARAMINFO
impl RefUnwindSafe for MIMEPARAMINFO
impl Unpin for MIMEPARAMINFO
impl UnsafeUnpin for MIMEPARAMINFO
impl UnwindSafe for MIMEPARAMINFO
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