pub struct PlotLayout {
pub margins: Margins,
}Fields§
§margins: MarginsMargins inset from the edge of the paper.
Trait Implementations§
Source§impl Clone for PlotLayout
impl Clone for PlotLayout
Source§fn clone(&self) -> PlotLayout
fn clone(&self) -> PlotLayout
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 PlotLayout
impl Debug for PlotLayout
Source§impl<'de> Deserialize<'de> for PlotLayout
impl<'de> Deserialize<'de> for PlotLayout
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 PlotLayout
impl PartialEq for PlotLayout
Source§impl Serialize for PlotLayout
impl Serialize for PlotLayout
impl StructuralPartialEq for PlotLayout
Auto Trait Implementations§
impl Freeze for PlotLayout
impl RefUnwindSafe for PlotLayout
impl Send for PlotLayout
impl Sync for PlotLayout
impl Unpin for PlotLayout
impl UnsafeUnpin for PlotLayout
impl UnwindSafe for PlotLayout
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