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
pub const Background: Self
pub const ButtonFace: Self
pub const ButtonText: Self
pub const CaptionText: Self
pub const GrayText: Self
pub const Highlight: Self
pub const HighlightText: Self
pub const Hotlight: Self
pub const InactiveCaption: Self
pub const InactiveCaptionText: Self
pub const Window: Self
pub const WindowText: Self
pub const AccentColor: Self
pub const TextHigh: Self
pub const TextMedium: Self
pub const TextLow: Self
pub const TextContrastWithHigh: Self
pub const NonTextHigh: Self
pub const NonTextMediumHigh: Self
pub const NonTextMedium: Self
pub const NonTextMediumLow: Self
pub const NonTextLow: Self
pub const PageBackground: Self
pub const PopupBackground: Self
pub const OverlayOutsidePopup: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more