pub struct PdfEdgeInsets {
pub top: f64,
pub left: f64,
pub bottom: f64,
pub right: f64,
}Fields§
§top: f64§left: f64§bottom: f64§right: f64Trait Implementations§
Source§impl Clone for PdfEdgeInsets
impl Clone for PdfEdgeInsets
Source§fn clone(&self) -> PdfEdgeInsets
fn clone(&self) -> PdfEdgeInsets
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 PdfEdgeInsets
impl Debug for PdfEdgeInsets
Source§impl<'de> Deserialize<'de> for PdfEdgeInsets
impl<'de> Deserialize<'de> for PdfEdgeInsets
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 PdfEdgeInsets
impl PartialEq for PdfEdgeInsets
Source§fn eq(&self, other: &PdfEdgeInsets) -> bool
fn eq(&self, other: &PdfEdgeInsets) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PdfEdgeInsets
impl StructuralPartialEq for PdfEdgeInsets
Auto Trait Implementations§
impl Freeze for PdfEdgeInsets
impl RefUnwindSafe for PdfEdgeInsets
impl Send for PdfEdgeInsets
impl Sync for PdfEdgeInsets
impl Unpin for PdfEdgeInsets
impl UnsafeUnpin for PdfEdgeInsets
impl UnwindSafe for PdfEdgeInsets
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