Struct windows_sys::Win32::UI::Controls::RichEdit::ENOLEOPFAILED
[−]#[repr(C, packed(4))]pub struct ENOLEOPFAILED {
pub nmhdr: NMHDR,
pub iob: i32,
pub lOper: i32,
pub hr: HRESULT,
}
Expand description
Required features: "Win32_UI_Controls_RichEdit"
, "Win32_Foundation"
Fields
nmhdr: NMHDR
iob: i32
lOper: i32
hr: HRESULT
Trait Implementations
impl Clone for ENOLEOPFAILED
impl Clone for ENOLEOPFAILED
impl Copy for ENOLEOPFAILED
Auto Trait Implementations
impl RefUnwindSafe for ENOLEOPFAILED
impl Send for ENOLEOPFAILED
impl Sync for ENOLEOPFAILED
impl Unpin for ENOLEOPFAILED
impl UnwindSafe for ENOLEOPFAILED
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