#[repr(C)]pub struct fz_hyphenator {
pub pool: *mut fz_pool,
pub node_count: c_int,
pub pattern_count: c_int,
pub trie: *mut fz_hyph_trie,
}Fields§
§pool: *mut fz_pool§node_count: c_int§pattern_count: c_int§trie: *mut fz_hyph_trieTrait Implementations§
Source§impl Clone for fz_hyphenator
impl Clone for fz_hyphenator
Source§fn clone(&self) -> fz_hyphenator
fn clone(&self) -> fz_hyphenator
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_hyphenator
impl Debug for fz_hyphenator
impl Copy for fz_hyphenator
Auto Trait Implementations§
impl Freeze for fz_hyphenator
impl RefUnwindSafe for fz_hyphenator
impl !Send for fz_hyphenator
impl !Sync for fz_hyphenator
impl Unpin for fz_hyphenator
impl UnwindSafe for fz_hyphenator
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