#[repr(C)]pub struct REOBJECT {
pub cbStruct: u32,
pub cp: i32,
pub clsid: GUID,
pub poleobj: IOleObject,
pub pstg: IStorage,
pub polesite: IOleClientSite,
pub sizel: SIZE,
pub dvaspect: u32,
pub dwFlags: REOBJECT_FLAGS,
pub dwUser: u32,
}Expand description
Required features: "Win32_UI_Controls_RichEdit", "Win32_Foundation", "Win32_System_Com_StructuredStorage", "Win32_System_Ole"
Fields
cbStruct: u32cp: i32clsid: GUIDpoleobj: IOleObjectpstg: IStoragepolesite: IOleClientSitesizel: SIZEdvaspect: u32dwFlags: REOBJECT_FLAGSdwUser: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for REOBJECT
impl !Send for REOBJECT
impl !Sync for REOBJECT
impl Unpin for REOBJECT
impl UnwindSafe for REOBJECT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more