Struct windows_sys::Win32::UI::Controls::RichEdit::FORMATRANGE
[−]#[repr(C, packed(4))]pub struct FORMATRANGE {
pub hdc: HDC,
pub hdcTarget: HDC,
pub rc: RECT,
pub rcPage: RECT,
pub chrg: CHARRANGE,
}
Expand description
Required features: ‘Win32_UI_Controls_RichEdit’, ‘Win32_Foundation’, ‘Win32_Graphics_Gdi’
Fields
hdc: HDC
hdcTarget: HDC
rc: RECT
rcPage: RECT
chrg: CHARRANGE
Trait Implementations
impl Clone for FORMATRANGE
impl Clone for FORMATRANGE
impl Copy for FORMATRANGE
Auto Trait Implementations
impl RefUnwindSafe for FORMATRANGE
impl Send for FORMATRANGE
impl Sync for FORMATRANGE
impl Unpin for FORMATRANGE
impl UnwindSafe for FORMATRANGE
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