Struct windows_sys::UI::StartScreen::ForegroundText
[−]#[repr(transparent)]pub struct ForegroundText(pub i32);
Expand description
Required features: "UI_StartScreen"
Tuple Fields
0: i32
Implementations
impl ForegroundText
impl ForegroundText
Trait Implementations
impl Clone for ForegroundText
impl Clone for ForegroundText
impl Copy for ForegroundText
Auto Trait Implementations
impl RefUnwindSafe for ForegroundText
impl Send for ForegroundText
impl Sync for ForegroundText
impl Unpin for ForegroundText
impl UnwindSafe for ForegroundText
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