pub struct PlanarImageView<'a, T, const C: usize> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<'a, T: Clone, const C: usize> Clone for PlanarImageView<'a, T, C>
impl<'a, T: Clone, const C: usize> Clone for PlanarImageView<'a, T, C>
Source§fn clone(&self) -> PlanarImageView<'a, T, C>
fn clone(&self) -> PlanarImageView<'a, T, C>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<'a, T: Copy, const C: usize> Copy for PlanarImageView<'a, T, C>
Auto Trait Implementations§
impl<'a, T, const C: usize> !Send for PlanarImageView<'a, T, C>
impl<'a, T, const C: usize> !Sync for PlanarImageView<'a, T, C>
impl<'a, T, const C: usize> Freeze for PlanarImageView<'a, T, C>
impl<'a, T, const C: usize> RefUnwindSafe for PlanarImageView<'a, T, C>where
T: RefUnwindSafe,
impl<'a, T, const C: usize> Unpin for PlanarImageView<'a, T, C>
impl<'a, T, const C: usize> UnsafeUnpin for PlanarImageView<'a, T, C>
impl<'a, T, const C: usize> UnwindSafe for PlanarImageView<'a, T, C>where
T: RefUnwindSafe,
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