#[repr(C)]pub struct iterator {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations§
impl Copy for iterator
impl Eq for iterator
impl StructuralPartialEq for iterator
Auto Trait Implementations§
impl Freeze for iterator
impl RefUnwindSafe for iterator
impl Send for iterator
impl Sync for iterator
impl Unpin for iterator
impl UnwindSafe for iterator
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