Struct windows_sys::Win32::UI::Controls::RichEdit::BIDIOPTIONS
[−]Expand description
Required features: ‘Win32_UI_Controls_RichEdit’
Fields
cbSize: u32
wMask: u16
wEffects: u16
Trait Implementations
impl Clone for BIDIOPTIONS
impl Clone for BIDIOPTIONS
impl Copy for BIDIOPTIONS
Auto Trait Implementations
impl RefUnwindSafe for BIDIOPTIONS
impl Send for BIDIOPTIONS
impl Sync for BIDIOPTIONS
impl Unpin for BIDIOPTIONS
impl UnwindSafe for BIDIOPTIONS
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