Struct windows::UI::ViewManagement::UIElementType
#[repr(transparent)]pub struct UIElementType(pub i32);
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
§fn clone(&self) -> UIElementType
fn clone(&self) -> UIElementType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for UIElementType
impl Debug for UIElementType
§impl Default for UIElementType
impl Default for UIElementType
§fn default() -> UIElementType
fn default() -> UIElementType
Returns the “default value” for a type. Read more
§impl PartialEq for UIElementType
impl PartialEq for UIElementType
§fn eq(&self, other: &UIElementType) -> bool
fn eq(&self, other: &UIElementType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for UIElementType
impl Eq for UIElementType
impl StructuralPartialEq for UIElementType
Auto Trait Implementations§
impl Freeze for UIElementType
impl RefUnwindSafe for UIElementType
impl Send for UIElementType
impl Sync for UIElementType
impl Unpin for UIElementType
impl UnwindSafe for UIElementType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)