#[repr(C)]pub struct fy_document_iterator_cfg {
pub flags: fy_document_iterator_cfg_flags,
pub fyd: *mut fy_document,
pub iterate_root: *mut fy_node,
}Fields§
§flags: fy_document_iterator_cfg_flags§fyd: *mut fy_document§iterate_root: *mut fy_nodeTrait Implementations§
Source§impl Clone for fy_document_iterator_cfg
impl Clone for fy_document_iterator_cfg
Source§fn clone(&self) -> fy_document_iterator_cfg
fn clone(&self) -> fy_document_iterator_cfg
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 fy_document_iterator_cfg
impl Debug for fy_document_iterator_cfg
impl Copy for fy_document_iterator_cfg
Auto Trait Implementations§
impl Freeze for fy_document_iterator_cfg
impl RefUnwindSafe for fy_document_iterator_cfg
impl !Send for fy_document_iterator_cfg
impl !Sync for fy_document_iterator_cfg
impl Unpin for fy_document_iterator_cfg
impl UnwindSafe for fy_document_iterator_cfg
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