pub struct PlaneView16<'a> { /* private fields */ }Expand description
Zero-copy view of a 10/12-bit plane
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for PlaneView16<'a>
impl<'a> !RefUnwindSafe for PlaneView16<'a>
impl<'a> Send for PlaneView16<'a>
impl<'a> Sync for PlaneView16<'a>
impl<'a> Unpin for PlaneView16<'a>
impl<'a> UnsafeUnpin for PlaneView16<'a>
impl<'a> !UnwindSafe for PlaneView16<'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