Struct windows_sys::Win32::Graphics::DirectWrite::DWRITE_TEXT_RANGE
[−]Expand description
Required features: "Win32_Graphics_DirectWrite"
Fields
startPosition: u32
length: u32
Trait Implementations
impl Clone for DWRITE_TEXT_RANGE
impl Clone for DWRITE_TEXT_RANGE
impl Copy for DWRITE_TEXT_RANGE
Auto Trait Implementations
impl RefUnwindSafe for DWRITE_TEXT_RANGE
impl Send for DWRITE_TEXT_RANGE
impl Sync for DWRITE_TEXT_RANGE
impl Unpin for DWRITE_TEXT_RANGE
impl UnwindSafe for DWRITE_TEXT_RANGE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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