#[repr(C)]pub struct fz_text {
pub refs: c_int,
pub head: *mut fz_text_span,
pub tail: *mut fz_text_span,
}Fields§
§refs: c_int§head: *mut fz_text_span§tail: *mut fz_text_spanTrait Implementations§
Auto Trait Implementations§
impl Freeze for fz_text
impl RefUnwindSafe for fz_text
impl !Send for fz_text
impl !Sync for fz_text
impl Unpin for fz_text
impl UnwindSafe for fz_text
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