#[repr(transparent)]pub struct GetSysColor_nIndexFlags(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl GetSysColor_nIndexFlags
impl GetSysColor_nIndexFlags
pub const COLOR_3DDKSHADOW: Self
pub const COLOR_3DFACE: Self
pub const COLOR_3DHIGHLIGHT: Self
pub const COLOR_3DHILIGHT: Self
pub const COLOR_3DLIGHT: Self
pub const COLOR_3DSHADOW: Self
pub const COLOR_ACTIVEBORDER: Self
pub const COLOR_ACTIVECAPTION: Self
pub const COLOR_APPWORKSPACE: Self
pub const COLOR_BACKGROUND: Self
pub const COLOR_BTNFACE: Self
pub const _COLOR_BTNHIGHLIGHT: Self
pub const _COLOR_BTNHILIGHT: Self
pub const COLOR_BTNSHADOW: Self
pub const COLOR_BTNTEXT: Self
pub const COLOR_CAPTIONTEXT: Self
pub const COLOR_DESKTOP: Self
pub const COLOR_GRADIENTACTIVECAPTION: Self
pub const COLOR_GRADIENTINACTIVECAPTION: Self
pub const COLOR_GRAYTEXT: Self
pub const COLOR_HIGHLIGHT: Self
pub const COLOR_HIGHLIGHTTEXT: Self
pub const COLOR_HOTLIGHT: Self
pub const COLOR_INACTIVEBORDER: Self
pub const COLOR_INACTIVECAPTION: Self
pub const COLOR_INACTIVECAPTIONTEXT: Self
pub const COLOR_INFOBK: Self
pub const COLOR_INFOTEXT: Self
pub const COLOR_MENU: Self
pub const COLOR_MENUHILIGHT: Self
pub const COLOR_MENUBAR: Self
pub const COLOR_MENUTEXT: Self
pub const COLOR_SCROLLBAR: Self
pub const COLOR_WINDOW: Self
pub const COLOR_WINDOWFRAME: Self
pub const COLOR_WINDOWTEXT: Self
Trait Implementations§
Source§impl Abi for GetSysColor_nIndexFlags
impl Abi for GetSysColor_nIndexFlags
Source§type Abi = GetSysColor_nIndexFlags
type Abi = GetSysColor_nIndexFlags
The abi representation of the implementing type. Read more
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.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl BitAnd for GetSysColor_nIndexFlags
impl BitAnd for GetSysColor_nIndexFlags
Source§impl BitAndAssign for GetSysColor_nIndexFlags
impl BitAndAssign for GetSysColor_nIndexFlags
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for GetSysColor_nIndexFlags
impl BitOr for GetSysColor_nIndexFlags
Source§impl BitOrAssign for GetSysColor_nIndexFlags
impl BitOrAssign for GetSysColor_nIndexFlags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for GetSysColor_nIndexFlags
impl Clone for GetSysColor_nIndexFlags
Source§fn clone(&self) -> GetSysColor_nIndexFlags
fn clone(&self) -> GetSysColor_nIndexFlags
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 moreSource§impl Debug for GetSysColor_nIndexFlags
impl Debug for GetSysColor_nIndexFlags
Source§impl Default for GetSysColor_nIndexFlags
impl Default for GetSysColor_nIndexFlags
Source§fn default() -> GetSysColor_nIndexFlags
fn default() -> GetSysColor_nIndexFlags
Returns the “default value” for a type. Read more
Source§impl From<u32> for GetSysColor_nIndexFlags
impl From<u32> for GetSysColor_nIndexFlags
Source§impl PartialEq for GetSysColor_nIndexFlags
impl PartialEq for GetSysColor_nIndexFlags
impl Copy for GetSysColor_nIndexFlags
impl Eq for GetSysColor_nIndexFlags
impl StructuralPartialEq for GetSysColor_nIndexFlags
Auto Trait Implementations§
impl Freeze for GetSysColor_nIndexFlags
impl RefUnwindSafe for GetSysColor_nIndexFlags
impl Send for GetSysColor_nIndexFlags
impl Sync for GetSysColor_nIndexFlags
impl Unpin for GetSysColor_nIndexFlags
impl UnwindSafe for GetSysColor_nIndexFlags
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