Struct NAMEDCOLOR
#[repr(C)]pub struct NAMEDCOLOR {
pub dwIndex: u32,
}
Fields§
§dwIndex: u32
Trait Implementations§
§impl Clone for NAMEDCOLOR
impl Clone for NAMEDCOLOR
§fn clone(&self) -> NAMEDCOLOR
fn clone(&self) -> NAMEDCOLOR
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 more§impl Debug for NAMEDCOLOR
impl Debug for NAMEDCOLOR
§impl PartialEq for NAMEDCOLOR
impl PartialEq for NAMEDCOLOR
impl Copy for NAMEDCOLOR
impl StructuralPartialEq for NAMEDCOLOR
Auto Trait Implementations§
impl Freeze for NAMEDCOLOR
impl RefUnwindSafe for NAMEDCOLOR
impl Send for NAMEDCOLOR
impl Sync for NAMEDCOLOR
impl Unpin for NAMEDCOLOR
impl UnwindSafe for NAMEDCOLOR
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