#[repr(C, packed(2))]pub struct ColorTextFont {
pub ctf_TF: TextFont,
pub ctf_Flags: UWORD,
pub ctf_Depth: UBYTE,
pub ctf_FgColor: UBYTE,
pub ctf_Low: UBYTE,
pub ctf_High: UBYTE,
pub ctf_PlanePick: UBYTE,
pub ctf_PlaneOnOff: UBYTE,
pub ctf_ColorFontColors: *mut ColorFontColors,
pub ctf_CharData: [APTR; 8],
}Fields§
§ctf_TF: TextFont§ctf_Flags: UWORD§ctf_Depth: UBYTE§ctf_FgColor: UBYTE§ctf_Low: UBYTE§ctf_High: UBYTE§ctf_PlanePick: UBYTE§ctf_PlaneOnOff: UBYTE§ctf_ColorFontColors: *mut ColorFontColors§ctf_CharData: [APTR; 8]Trait Implementations§
Source§impl Clone for ColorTextFont
impl Clone for ColorTextFont
Source§fn clone(&self) -> ColorTextFont
fn clone(&self) -> ColorTextFont
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 ColorTextFont
impl Debug for ColorTextFont
impl Copy for ColorTextFont
Auto Trait Implementations§
impl Freeze for ColorTextFont
impl RefUnwindSafe for ColorTextFont
impl !Send for ColorTextFont
impl !Sync for ColorTextFont
impl Unpin for ColorTextFont
impl UnwindSafe for ColorTextFont
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