Struct windows_sys::UI::ViewManagement::UIElementType
[−]#[repr(transparent)]pub struct UIElementType(pub i32);
Expand description
Required features: "UI_ViewManagement"
Tuple Fields
0: i32
Implementations
impl UIElementType
impl UIElementType
pub const ActiveCaption: Self = Self(0i32)
pub const Background: Self = Self(1i32)
pub const ButtonFace: Self = Self(2i32)
pub const ButtonText: Self = Self(3i32)
pub const CaptionText: Self = Self(4i32)
pub const GrayText: Self = Self(5i32)
pub const Highlight: Self = Self(6i32)
pub const HighlightText: Self = Self(7i32)
pub const Hotlight: Self = Self(8i32)
pub const InactiveCaption: Self = Self(9i32)
pub const InactiveCaptionText: Self = Self(10i32)
pub const Window: Self = Self(11i32)
pub const WindowText: Self = Self(12i32)
pub const AccentColor: Self = Self(1000i32)
pub const TextHigh: Self = Self(1001i32)
pub const TextMedium: Self = Self(1002i32)
pub const TextLow: Self = Self(1003i32)
pub const TextContrastWithHigh: Self = Self(1004i32)
pub const NonTextHigh: Self = Self(1005i32)
pub const NonTextMediumHigh: Self = Self(1006i32)
pub const NonTextMedium: Self = Self(1007i32)
pub const NonTextMediumLow: Self = Self(1008i32)
pub const NonTextLow: Self = Self(1009i32)
pub const PageBackground: Self = Self(1010i32)
pub const PopupBackground: Self = Self(1011i32)
pub const OverlayOutsidePopup: Self = Self(1012i32)
Trait Implementations
impl Clone for UIElementType
impl Clone for UIElementType
impl Copy for UIElementType
Auto Trait Implementations
impl RefUnwindSafe for UIElementType
impl Send for UIElementType
impl Sync for UIElementType
impl Unpin for UIElementType
impl UnwindSafe for UIElementType
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