pub struct RunPair {
pub offset: u16,
pub run: Vec<Color16>,
}Expand description
A run pair contains an offset at which point to start drawing the run, and the pixels to draw
Fields§
§offset: u16§run: Vec<Color16>Trait Implementations§
impl Eq for RunPair
impl StructuralPartialEq for RunPair
Auto Trait Implementations§
impl Freeze for RunPair
impl RefUnwindSafe for RunPair
impl Send for RunPair
impl Sync for RunPair
impl Unpin for RunPair
impl UnsafeUnpin for RunPair
impl UnwindSafe for RunPair
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