Struct windows_sys::Win32::UI::TextServices::TF_DA_COLOR
[−]#[repr(C)]pub struct TF_DA_COLOR {
pub type: TF_DA_COLORTYPE,
pub Anonymous: TF_DA_COLOR_0,
}
Expand description
Required features: "Win32_UI_TextServices"
Fields
type: TF_DA_COLORTYPE
Anonymous: TF_DA_COLOR_0
Trait Implementations
impl Clone for TF_DA_COLOR
impl Clone for TF_DA_COLOR
impl Copy for TF_DA_COLOR
Auto Trait Implementations
impl RefUnwindSafe for TF_DA_COLOR
impl Send for TF_DA_COLOR
impl Sync for TF_DA_COLOR
impl Unpin for TF_DA_COLOR
impl UnwindSafe for TF_DA_COLOR
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