Struct windows_sys::Win32::UI::Controls::RichEdit::REPASTESPECIAL
[−]Expand description
Required features: ‘Win32_UI_Controls_RichEdit’, ‘Win32_System_Com’
Fields
dwAspect: DVASPECT
dwParam: usize
Trait Implementations
impl Clone for REPASTESPECIAL
impl Clone for REPASTESPECIAL
impl Copy for REPASTESPECIAL
Auto Trait Implementations
impl RefUnwindSafe for REPASTESPECIAL
impl Send for REPASTESPECIAL
impl Sync for REPASTESPECIAL
impl Unpin for REPASTESPECIAL
impl UnwindSafe for REPASTESPECIAL
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more