struct StripState {
x: u16,
alpha_idx: u32,
fill_gap: bool,
}Expand description
The data of the current strip we are building.
Fields§
§x: u16§alpha_idx: u32§fill_gap: boolAuto Trait Implementations§
impl Freeze for StripState
impl RefUnwindSafe for StripState
impl Send for StripState
impl Sync for StripState
impl Unpin for StripState
impl UnsafeUnpin for StripState
impl UnwindSafe for StripState
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