#[repr(C)]pub struct fz_stext_page_block_iterator {
pub page: *mut fz_stext_page,
pub parent: *mut fz_stext_struct,
pub block: *mut fz_stext_block,
}Fields§
§page: *mut fz_stext_page§parent: *mut fz_stext_struct§block: *mut fz_stext_blockTrait Implementations§
Source§impl Clone for fz_stext_page_block_iterator
impl Clone for fz_stext_page_block_iterator
Source§fn clone(&self) -> fz_stext_page_block_iterator
fn clone(&self) -> fz_stext_page_block_iterator
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 fz_stext_page_block_iterator
impl Debug for fz_stext_page_block_iterator
impl Copy for fz_stext_page_block_iterator
Auto Trait Implementations§
impl Freeze for fz_stext_page_block_iterator
impl RefUnwindSafe for fz_stext_page_block_iterator
impl !Send for fz_stext_page_block_iterator
impl !Sync for fz_stext_page_block_iterator
impl Unpin for fz_stext_page_block_iterator
impl UnwindSafe for fz_stext_page_block_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