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