pub struct Mask<T: Scalar, S: Backend<T>> { /* private fields */ }Expand description
A varying boolean mask companion to Varying.
Implementations§
Trait Implementations§
impl<T: Copy + Scalar, S: Copy + Backend<T>> Copy for Mask<T, S>
Auto Trait Implementations§
impl<T, S> Freeze for Mask<T, S>
impl<T, S> RefUnwindSafe for Mask<T, S>
impl<T, S> Send for Mask<T, S>
impl<T, S> Sync for Mask<T, S>
impl<T, S> Unpin for Mask<T, S>
impl<T, S> UnsafeUnpin for Mask<T, S>
impl<T, S> UnwindSafe for Mask<T, S>
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