pub struct FixedBitmap<const N: usize>(/* private fields */);Implementations§
Trait Implementations§
Source§impl<const N: usize> Clone for FixedBitmap<N>
impl<const N: usize> Clone for FixedBitmap<N>
Source§fn clone(&self) -> FixedBitmap<N>
fn clone(&self) -> FixedBitmap<N>
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<const N: usize> Copy for FixedBitmap<N>
Source§impl<const N: usize> Debug for FixedBitmap<N>
impl<const N: usize> Debug for FixedBitmap<N>
Auto Trait Implementations§
impl<const N: usize> Freeze for FixedBitmap<N>
impl<const N: usize> RefUnwindSafe for FixedBitmap<N>
impl<const N: usize> Send for FixedBitmap<N>
impl<const N: usize> Sync for FixedBitmap<N>
impl<const N: usize> Unpin for FixedBitmap<N>
impl<const N: usize> UnsafeUnpin for FixedBitmap<N>
impl<const N: usize> UnwindSafe for FixedBitmap<N>
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