pub struct CellStyleAa {
pub x: i32,
pub y: i32,
pub cover: i32,
pub area: i32,
pub left: i16,
pub right: i16,
}Expand description
A pixel cell with left/right style indices for compound rendering.
Port of C++ cell_style_aa.
Fields§
§x: i32§y: i32§cover: i32§area: i32§left: i16§right: i16Implementations§
Source§impl CellStyleAa
impl CellStyleAa
Trait Implementations§
Source§impl Clone for CellStyleAa
impl Clone for CellStyleAa
Source§fn clone(&self) -> CellStyleAa
fn clone(&self) -> CellStyleAa
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 CellStyleAa
impl Debug for CellStyleAa
Source§impl Default for CellStyleAa
impl Default for CellStyleAa
impl Copy for CellStyleAa
Auto Trait Implementations§
impl Freeze for CellStyleAa
impl RefUnwindSafe for CellStyleAa
impl Send for CellStyleAa
impl Sync for CellStyleAa
impl Unpin for CellStyleAa
impl UnwindSafe for CellStyleAa
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