Union windows_sys::Win32::UI::Controls::RichEdit::PARAFORMAT_0
[−]Expand description
Required features: "Win32_UI_Controls_RichEdit"
Fields
wReserved: u16
wEffects: u16
Trait Implementations
impl Clone for PARAFORMAT_0
impl Clone for PARAFORMAT_0
impl Copy for PARAFORMAT_0
Auto Trait Implementations
impl RefUnwindSafe for PARAFORMAT_0
impl Send for PARAFORMAT_0
impl Sync for PARAFORMAT_0
impl Unpin for PARAFORMAT_0
impl UnwindSafe for PARAFORMAT_0
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