Struct windows_sys::Win32::UI::Controls::RichEdit::GETTEXTLENGTHEX
[−]#[repr(C)]pub struct GETTEXTLENGTHEX {
pub flags: GETTEXTLENGTHEX_FLAGS,
pub codepage: u32,
}
Expand description
Required features: ‘Win32_UI_Controls_RichEdit’
Fields
flags: GETTEXTLENGTHEX_FLAGS
codepage: u32
Trait Implementations
impl Clone for GETTEXTLENGTHEX
impl Clone for GETTEXTLENGTHEX
impl Copy for GETTEXTLENGTHEX
Auto Trait Implementations
impl RefUnwindSafe for GETTEXTLENGTHEX
impl Send for GETTEXTLENGTHEX
impl Sync for GETTEXTLENGTHEX
impl Unpin for GETTEXTLENGTHEX
impl UnwindSafe for GETTEXTLENGTHEX
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