pub struct RowPlan(/* private fields */);
Expand description
A ‘compiled’ representation of the part of an image displayed on a single matrix row.
RowPlans are created and contained by Frame
s.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RowPlan
impl RefUnwindSafe for RowPlan
impl Send for RowPlan
impl Sync for RowPlan
impl Unpin for RowPlan
impl UnwindSafe for RowPlan
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