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: HDChdcTarget: HDCrc: RECTrcPage: RECTchrg: CHARRANGETrait 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 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