Struct windows_sys::Data::Text::TextSegment
[−]Expand description
Required features: "Data_Text"
Fields
StartPosition: u32
Length: u32
Trait Implementations
impl Clone for TextSegment
impl Clone for TextSegment
impl Copy for TextSegment
Auto Trait Implementations
impl RefUnwindSafe for TextSegment
impl Send for TextSegment
impl Sync for TextSegment
impl Unpin for TextSegment
impl UnwindSafe for TextSegment
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