#[repr(C)]pub struct DICOLORSET {
pub dwSize: u32,
pub cTextFore: u32,
pub cTextHighlight: u32,
pub cCalloutLine: u32,
pub cCalloutHighlight: u32,
pub cBorder: u32,
pub cControlFill: u32,
pub cHighlightFill: u32,
pub cAreaFill: u32,
}Fields§
§dwSize: u32§cTextFore: u32§cTextHighlight: u32§cCalloutLine: u32§cCalloutHighlight: u32§cBorder: u32§cControlFill: u32§cHighlightFill: u32§cAreaFill: u32Trait Implementations§
Source§impl Abi for DICOLORSET
impl Abi for DICOLORSET
Source§type Abi = DICOLORSET
type Abi = DICOLORSET
The abi representation of the implementing type. Read more
type DefaultType = DICOLORSET
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for DICOLORSET
impl Clone for DICOLORSET
Source§fn clone(&self) -> DICOLORSET
fn clone(&self) -> DICOLORSET
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 moreSource§impl Debug for DICOLORSET
impl Debug for DICOLORSET
Source§impl Default for DICOLORSET
impl Default for DICOLORSET
Source§impl PartialEq for DICOLORSET
impl PartialEq for DICOLORSET
impl Copy for DICOLORSET
impl Eq for DICOLORSET
Auto Trait Implementations§
impl Freeze for DICOLORSET
impl RefUnwindSafe for DICOLORSET
impl Send for DICOLORSET
impl Sync for DICOLORSET
impl Unpin for DICOLORSET
impl UnwindSafe for DICOLORSET
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