Struct windows_sys::UI::Xaml::Automation::Text::TextPatternRangeEndpoint
[−]#[repr(transparent)]pub struct TextPatternRangeEndpoint(pub i32);
Expand description
Required features: ‘UI_Xaml_Automation_Text’
Tuple Fields
0: i32
Implementations
Trait Implementations
impl Clone for TextPatternRangeEndpoint
impl Clone for TextPatternRangeEndpoint
impl Copy for TextPatternRangeEndpoint
Auto Trait Implementations
impl RefUnwindSafe for TextPatternRangeEndpoint
impl Send for TextPatternRangeEndpoint
impl Sync for TextPatternRangeEndpoint
impl Unpin for TextPatternRangeEndpoint
impl UnwindSafe for TextPatternRangeEndpoint
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