Struct windows_sys::Win32::Graphics::Gdi::DRAWTEXTPARAMS
[−]#[repr(C)]pub struct DRAWTEXTPARAMS {
pub cbSize: u32,
pub iTabLength: i32,
pub iLeftMargin: i32,
pub iRightMargin: i32,
pub uiLengthDrawn: u32,
}Expand description
Required features: "Win32_Graphics_Gdi"
Fields
cbSize: u32iTabLength: i32iLeftMargin: i32iRightMargin: i32uiLengthDrawn: u32Trait Implementations
impl Clone for DRAWTEXTPARAMS
impl Clone for DRAWTEXTPARAMS
impl Copy for DRAWTEXTPARAMS
Auto Trait Implementations
impl RefUnwindSafe for DRAWTEXTPARAMS
impl Send for DRAWTEXTPARAMS
impl Sync for DRAWTEXTPARAMS
impl Unpin for DRAWTEXTPARAMS
impl UnwindSafe for DRAWTEXTPARAMS
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