Struct windows_sys::Win32::UI::Controls::RichEdit::EDITSTREAM
[−]#[repr(C, packed(4))]pub struct EDITSTREAM {
pub dwCookie: usize,
pub dwError: u32,
pub pfnCallback: EDITSTREAMCALLBACK,
}
Expand description
Required features: "Win32_UI_Controls_RichEdit"
Fields
dwCookie: usize
dwError: u32
pfnCallback: EDITSTREAMCALLBACK
Trait Implementations
impl Clone for EDITSTREAM
impl Clone for EDITSTREAM
impl Copy for EDITSTREAM
Auto Trait Implementations
impl RefUnwindSafe for EDITSTREAM
impl Send for EDITSTREAM
impl Sync for EDITSTREAM
impl Unpin for EDITSTREAM
impl UnwindSafe for EDITSTREAM
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