#[repr(C)]pub struct FLDictIterator {
pub _private1: *mut c_void,
pub _private2: u32,
pub _private3: bool,
pub _private4: *mut c_void,
pub _private5: *mut c_void,
pub _private6: *mut c_void,
pub _private7: *mut c_void,
pub _private8: c_int,
}Expand description
Opaque dictionary iterator. Declare one on the stack, and pass its address to FLDictIterator_Begin.
Fields§
§_private1: *mut c_void§_private2: u32§_private3: bool§_private4: *mut c_void§_private5: *mut c_void§_private6: *mut c_void§_private7: *mut c_void§_private8: c_intTrait Implementations§
Source§impl Clone for FLDictIterator
impl Clone for FLDictIterator
Source§fn clone(&self) -> FLDictIterator
fn clone(&self) -> FLDictIterator
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 FLDictIterator
impl Debug for FLDictIterator
impl Copy for FLDictIterator
Auto Trait Implementations§
impl Freeze for FLDictIterator
impl RefUnwindSafe for FLDictIterator
impl !Send for FLDictIterator
impl !Sync for FLDictIterator
impl Unpin for FLDictIterator
impl UnwindSafe for FLDictIterator
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