pub struct BitMaskView<'a> { /* private fields */ }Expand description
Optional validity / analysis mask as a packed bitmap (1 = valid/included).
Implementations§
Trait Implementations§
Source§impl<'a> Clone for BitMaskView<'a>
impl<'a> Clone for BitMaskView<'a>
Source§fn clone(&self) -> BitMaskView<'a>
fn clone(&self) -> BitMaskView<'a>
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> Copy for BitMaskView<'a>
Auto Trait Implementations§
impl<'a> Freeze for BitMaskView<'a>
impl<'a> RefUnwindSafe for BitMaskView<'a>
impl<'a> Send for BitMaskView<'a>
impl<'a> Sync for BitMaskView<'a>
impl<'a> Unpin for BitMaskView<'a>
impl<'a> UnsafeUnpin for BitMaskView<'a>
impl<'a> UnwindSafe for BitMaskView<'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