Struct windows_sys::UI::Text::LinkType
[−]#[repr(transparent)]pub struct LinkType(pub i32);
Expand description
Required features: "UI_Text"
Tuple Fields
0: i32
Implementations
impl LinkType
impl LinkType
pub const Undefined: Self = Self(0i32)
pub const NotALink: Self = Self(1i32)
pub const ClientLink: Self = Self(2i32)
pub const FriendlyLinkName: Self = Self(3i32)
pub const FriendlyLinkAddress: Self = Self(4i32)
pub const AutoLink: Self = Self(5i32)
pub const AutoLinkEmail: Self = Self(6i32)
pub const AutoLinkPhone: Self = Self(7i32)
pub const AutoLinkPath: Self = Self(8i32)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LinkType
impl Send for LinkType
impl Sync for LinkType
impl Unpin for LinkType
impl UnwindSafe for LinkType
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