Struct RemSTGMEDIUM
#[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§
§impl Clone for RemSTGMEDIUM
impl Clone for RemSTGMEDIUM
§fn clone(&self) -> RemSTGMEDIUM
fn clone(&self) -> RemSTGMEDIUM
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 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