pub struct PdfTextRange {
pub location: usize,
pub length: usize,
}Fields§
§location: usize§length: usizeTrait Implementations§
Source§impl Clone for PdfTextRange
impl Clone for PdfTextRange
Source§fn clone(&self) -> PdfTextRange
fn clone(&self) -> PdfTextRange
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PdfTextRange
impl Debug for PdfTextRange
Source§impl<'de> Deserialize<'de> for PdfTextRange
impl<'de> Deserialize<'de> for PdfTextRange
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PdfTextRange
impl PartialEq for PdfTextRange
Source§fn eq(&self, other: &PdfTextRange) -> bool
fn eq(&self, other: &PdfTextRange) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PdfTextRange
impl Eq for PdfTextRange
impl StructuralPartialEq for PdfTextRange
Auto Trait Implementations§
impl Freeze for PdfTextRange
impl RefUnwindSafe for PdfTextRange
impl Send for PdfTextRange
impl Sync for PdfTextRange
impl Unpin for PdfTextRange
impl UnsafeUnpin for PdfTextRange
impl UnwindSafe for PdfTextRange
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