Struct mariadb_sys::I_P_List_iterator
source · #[repr(C)]pub struct I_P_List_iterator<T, L> {
pub list: *const L,
pub current: *mut T,
pub _phantom_0: PhantomData<UnsafeCell<T>>,
pub _phantom_1: PhantomData<UnsafeCell<L>>,
}
Expand description
Iterator for I_P_List.
Fields§
§list: *const L
§current: *mut T
§_phantom_0: PhantomData<UnsafeCell<T>>
§_phantom_1: PhantomData<UnsafeCell<L>>
Trait Implementations§
Auto Trait Implementations§
impl<T, L> !RefUnwindSafe for I_P_List_iterator<T, L>
impl<T, L> !Send for I_P_List_iterator<T, L>
impl<T, L> !Sync for I_P_List_iterator<T, L>
impl<T, L> Unpin for I_P_List_iterator<T, L>
impl<T, L> UnwindSafe for I_P_List_iterator<T, L>
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