#[repr(C)]pub struct FLArrayIterator {
pub _private1: *mut c_void,
pub _private2: u32,
pub _private3: bool,
pub _private4: *mut c_void,
}Expand description
Opaque array iterator. Declare one on the stack and pass its address to
FLArrayIteratorBegin.
Fields§
§_private1: *mut c_void§_private2: u32§_private3: bool§_private4: *mut c_voidTrait Implementations§
Source§impl Clone for FLArrayIterator
impl Clone for FLArrayIterator
Source§fn clone(&self) -> FLArrayIterator
fn clone(&self) -> FLArrayIterator
Returns a duplicate of the value. Read more
1.0.0 · 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 FLArrayIterator
impl Debug for FLArrayIterator
impl Copy for FLArrayIterator
Auto Trait Implementations§
impl Freeze for FLArrayIterator
impl RefUnwindSafe for FLArrayIterator
impl !Send for FLArrayIterator
impl !Sync for FLArrayIterator
impl Unpin for FLArrayIterator
impl UnwindSafe for FLArrayIterator
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