Struct UIElementType
#[repr(transparent)]pub struct UIElementType(pub i32);Tuple Fields§
§0: i32Implementations§
§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 duplicate 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
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