pub struct PdfiumStructElementAttrValue { /* private fields */ }Expand description
§Rust interface to FPDF_STRUCTELEMENT_ATTR_VALUE
Trait Implementations§
Source§impl Clone for PdfiumStructElementAttrValue
impl Clone for PdfiumStructElementAttrValue
Source§fn clone(&self) -> PdfiumStructElementAttrValue
fn clone(&self) -> PdfiumStructElementAttrValue
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 PdfiumStructElementAttrValue
impl Debug for PdfiumStructElementAttrValue
Source§impl From<&PdfiumStructElementAttrValue> for FPDF_STRUCTELEMENT_ATTR_VALUE
impl From<&PdfiumStructElementAttrValue> for FPDF_STRUCTELEMENT_ATTR_VALUE
Source§fn from(struct_element_attr_value: &PdfiumStructElementAttrValue) -> Self
fn from(struct_element_attr_value: &PdfiumStructElementAttrValue) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PdfiumStructElementAttrValue
impl RefUnwindSafe for PdfiumStructElementAttrValue
impl !Send for PdfiumStructElementAttrValue
impl !Sync for PdfiumStructElementAttrValue
impl Unpin for PdfiumStructElementAttrValue
impl UnwindSafe for PdfiumStructElementAttrValue
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