Struct windows_sys::Win32::UI::Controls::RichEdit::HYPHRESULT
[−]Expand description
Required features: "Win32_UI_Controls_RichEdit"
Fields
khyph: KHYPH
ichHyph: i32
chHyph: u16
Trait Implementations
impl Clone for HYPHRESULT
impl Clone for HYPHRESULT
impl Copy for HYPHRESULT
Auto Trait Implementations
impl RefUnwindSafe for HYPHRESULT
impl Send for HYPHRESULT
impl Sync for HYPHRESULT
impl Unpin for HYPHRESULT
impl UnwindSafe for HYPHRESULT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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