pub struct PdfAppearanceCharacteristicsInfo {
pub control_type: i32,
pub background_color: Option<PdfColor>,
pub border_color: Option<PdfColor>,
pub rotation: i32,
pub caption: Option<String>,
pub rollover_caption: Option<String>,
pub down_caption: Option<String>,
}Fields§
§control_type: i32§background_color: Option<PdfColor>§border_color: Option<PdfColor>§rotation: i32§caption: Option<String>§rollover_caption: Option<String>§down_caption: Option<String>Implementations§
Source§impl PdfAppearanceCharacteristicsInfo
impl PdfAppearanceCharacteristicsInfo
pub fn control_type_enum(&self) -> Option<PdfWidgetControlType>
Trait Implementations§
Source§impl Clone for PdfAppearanceCharacteristicsInfo
impl Clone for PdfAppearanceCharacteristicsInfo
Source§fn clone(&self) -> PdfAppearanceCharacteristicsInfo
fn clone(&self) -> PdfAppearanceCharacteristicsInfo
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<'de> Deserialize<'de> for PdfAppearanceCharacteristicsInfo
impl<'de> Deserialize<'de> for PdfAppearanceCharacteristicsInfo
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
Auto Trait Implementations§
impl Freeze for PdfAppearanceCharacteristicsInfo
impl RefUnwindSafe for PdfAppearanceCharacteristicsInfo
impl Send for PdfAppearanceCharacteristicsInfo
impl Sync for PdfAppearanceCharacteristicsInfo
impl Unpin for PdfAppearanceCharacteristicsInfo
impl UnsafeUnpin for PdfAppearanceCharacteristicsInfo
impl UnwindSafe for PdfAppearanceCharacteristicsInfo
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