Struct PlaneMutSlice
struct PlaneMutSlice<'a, T: Pixel> { ... }
Fields
plane: &'a mut Plane<T>x: isizey: isize
Implementations
impl<T: Pixel> PlaneMutSlice<'_, T>
fn rows_iter(self: &Self) -> RowsIter<'_, T>fn rows_iter_mut(self: &mut Self) -> RowsIterMut<'_, T>fn subslice(self: &mut Self, xo: usize, yo: usize) -> PlaneMutSlice<'_, T>
impl<'a, T> Freeze for PlaneMutSlice<'a, T>
impl<'a, T> RefUnwindSafe for PlaneMutSlice<'a, T>
impl<'a, T> Send for PlaneMutSlice<'a, T>
impl<'a, T> Sync for PlaneMutSlice<'a, T>
impl<'a, T> Unpin for PlaneMutSlice<'a, T>
impl<'a, T> UnsafeUnpin for PlaneMutSlice<'a, T>
impl<'a, T> UnwindSafe for PlaneMutSlice<'a, T>
impl<T> Any for PlaneMutSlice<'a, T>
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for PlaneMutSlice<'a, T>
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for PlaneMutSlice<'a, T>
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> From for PlaneMutSlice<'a, T>
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for PlaneMutSlice<'a, T>
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for PlaneMutSlice<'a, T>
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for PlaneMutSlice<'a, T>
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>
impl<T: Pixel> Index for PlaneMutSlice<'_, T>
fn index(self: &Self, index: usize) -> &<Self as >::Output
impl<T: Pixel> IndexMut for PlaneMutSlice<'_, T>
fn index_mut(self: &mut Self, index: usize) -> &mut <Self as >::Output