#[repr(C)]pub struct OLEUIPASTEENTRYA {
pub fmtetc: FORMATETC,
pub lpstrFormatName: PSTR,
pub lpstrResultText: PSTR,
pub dwFlags: u32,
pub dwScratchSpace: u32,
}Fields§
§fmtetc: FORMATETC§lpstrFormatName: PSTR§lpstrResultText: PSTR§dwFlags: u32§dwScratchSpace: u32Trait Implementations§
Source§impl Abi for OLEUIPASTEENTRYA
impl Abi for OLEUIPASTEENTRYA
Source§type Abi = OLEUIPASTEENTRYA
type Abi = OLEUIPASTEENTRYA
The abi representation of the implementing type. Read more
Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for OLEUIPASTEENTRYA
impl Clone for OLEUIPASTEENTRYA
Source§fn clone(&self) -> OLEUIPASTEENTRYA
fn clone(&self) -> OLEUIPASTEENTRYA
Returns a duplicate 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 moreSource§impl Debug for OLEUIPASTEENTRYA
impl Debug for OLEUIPASTEENTRYA
Source§impl Default for OLEUIPASTEENTRYA
impl Default for OLEUIPASTEENTRYA
Source§impl PartialEq for OLEUIPASTEENTRYA
impl PartialEq for OLEUIPASTEENTRYA
impl Copy for OLEUIPASTEENTRYA
impl Eq for OLEUIPASTEENTRYA
Auto Trait Implementations§
impl Freeze for OLEUIPASTEENTRYA
impl RefUnwindSafe for OLEUIPASTEENTRYA
impl !Send for OLEUIPASTEENTRYA
impl !Sync for OLEUIPASTEENTRYA
impl Unpin for OLEUIPASTEENTRYA
impl UnwindSafe for OLEUIPASTEENTRYA
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