#[repr(C)]pub struct AtomicBitmap_Iter {
_unused: [u8; 0],
}Fields§
§_unused: [u8; 0]Trait Implementations§
Source§impl Clone for AtomicBitmap_Iter
impl Clone for AtomicBitmap_Iter
Source§fn clone(&self) -> AtomicBitmap_Iter
fn clone(&self) -> AtomicBitmap_Iter
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 moreSource§impl Debug for AtomicBitmap_Iter
impl Debug for AtomicBitmap_Iter
impl Copy for AtomicBitmap_Iter
Auto Trait Implementations§
impl Freeze for AtomicBitmap_Iter
impl RefUnwindSafe for AtomicBitmap_Iter
impl Send for AtomicBitmap_Iter
impl Sync for AtomicBitmap_Iter
impl Unpin for AtomicBitmap_Iter
impl UnsafeUnpin for AtomicBitmap_Iter
impl UnwindSafe for AtomicBitmap_Iter
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