pub struct PlaneRef<'data, T> { /* private fields */ }
Expand description
Represents a single matrix like layer of an image.
Created from BytePlaneRef::as_texels
.
Trait Implementations§
Auto Trait Implementations§
impl<'data, T> Freeze for PlaneRef<'data, T>
impl<'data, T> RefUnwindSafe for PlaneRef<'data, T>where
T: RefUnwindSafe,
impl<'data, T> Send for PlaneRef<'data, T>where
T: Send,
impl<'data, T> Sync for PlaneRef<'data, T>where
T: Sync,
impl<'data, T> Unpin for PlaneRef<'data, T>where
T: Unpin,
impl<'data, T> UnwindSafe for PlaneRef<'data, T>where
T: UnwindSafe,
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