#[repr(C, packed(2))]pub struct ColorFontColors {
pub cfc_Reserved: UWORD,
pub cfc_Count: UWORD,
pub cfc_ColorTable: *mut UWORD,
}Fields§
§cfc_Reserved: UWORD§cfc_Count: UWORD§cfc_ColorTable: *mut UWORDTrait Implementations§
Source§impl Clone for ColorFontColors
impl Clone for ColorFontColors
Source§fn clone(&self) -> ColorFontColors
fn clone(&self) -> ColorFontColors
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 ColorFontColors
impl Debug for ColorFontColors
impl Copy for ColorFontColors
Auto Trait Implementations§
impl Freeze for ColorFontColors
impl RefUnwindSafe for ColorFontColors
impl !Send for ColorFontColors
impl !Sync for ColorFontColors
impl Unpin for ColorFontColors
impl UnwindSafe for ColorFontColors
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