pub struct DistortionDataRow<'a> { /* private fields */ }
Expand description
A row of data in the distortion map.
Implementations§
Source§impl<'a> DistortionDataRow<'a>
impl<'a> DistortionDataRow<'a>
pub fn entries(&self) -> impl Iterator<Item = DistortionEntry> + '_
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DistortionDataRow<'a>
impl<'a> RefUnwindSafe for DistortionDataRow<'a>
impl<'a> Send for DistortionDataRow<'a>
impl<'a> Sync for DistortionDataRow<'a>
impl<'a> Unpin for DistortionDataRow<'a>
impl<'a> UnwindSafe for DistortionDataRow<'a>
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