#[repr(C)]pub struct text_lookup { /* private fields */ }
Trait Implementations§
Source§impl Clone for text_lookup
impl Clone for text_lookup
Source§fn clone(&self) -> text_lookup
fn clone(&self) -> text_lookup
Returns a copy 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 text_lookup
impl Debug for text_lookup
impl Copy for text_lookup
Auto Trait Implementations§
impl Freeze for text_lookup
impl RefUnwindSafe for text_lookup
impl Send for text_lookup
impl Sync for text_lookup
impl Unpin for text_lookup
impl UnwindSafe for text_lookup
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