#[repr(C)]pub struct RemSTGMEDIUM {
pub tymed: u32,
pub dwHandleType: u32,
pub pData: u32,
pub pUnkForRelease: u32,
pub cbData: u32,
pub data: [u8; 1],
}Fields§
§tymed: u32§dwHandleType: u32§pData: u32§pUnkForRelease: u32§cbData: u32§data: [u8; 1]Trait Implementations§
Source§impl Abi for RemSTGMEDIUM
impl Abi for RemSTGMEDIUM
Source§type Abi = RemSTGMEDIUM
type Abi = RemSTGMEDIUM
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 RemSTGMEDIUM
impl Clone for RemSTGMEDIUM
Source§fn clone(&self) -> RemSTGMEDIUM
fn clone(&self) -> RemSTGMEDIUM
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 RemSTGMEDIUM
impl Debug for RemSTGMEDIUM
Source§impl Default for RemSTGMEDIUM
impl Default for RemSTGMEDIUM
Source§impl PartialEq for RemSTGMEDIUM
impl PartialEq for RemSTGMEDIUM
impl Copy for RemSTGMEDIUM
impl Eq for RemSTGMEDIUM
Auto Trait Implementations§
impl Freeze for RemSTGMEDIUM
impl RefUnwindSafe for RemSTGMEDIUM
impl Send for RemSTGMEDIUM
impl Sync for RemSTGMEDIUM
impl Unpin for RemSTGMEDIUM
impl UnwindSafe for RemSTGMEDIUM
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