pub struct pdf_function { /* private fields */ }Trait Implementations§
Source§impl Clone for pdf_function
impl Clone for pdf_function
Source§fn clone(&self) -> pdf_function
fn clone(&self) -> pdf_function
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 pdf_function
impl Debug for pdf_function
impl Copy for pdf_function
Auto Trait Implementations§
impl Freeze for pdf_function
impl RefUnwindSafe for pdf_function
impl Send for pdf_function
impl Sync for pdf_function
impl Unpin for pdf_function
impl UnwindSafe for pdf_function
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