#[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: u32
cp: i32
clsid: GUID
poleobj: IOleObject
pstg: IStorage
polesite: IOleClientSite
sizel: SIZE
dvaspect: u32
dwFlags: REOBJECT_FLAGS
dwUser: u32
Trait 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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