pub struct SchematicPaper {
pub kind: Option<String>,
pub width: Option<f64>,
pub height: Option<f64>,
pub orientation: Option<String>,
}Fields§
§kind: Option<String>§width: Option<f64>§height: Option<f64>§orientation: Option<String>Trait Implementations§
Source§impl Clone for SchematicPaper
impl Clone for SchematicPaper
Source§fn clone(&self) -> SchematicPaper
fn clone(&self) -> SchematicPaper
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 SchematicPaper
impl Debug for SchematicPaper
Source§impl PartialEq for SchematicPaper
impl PartialEq for SchematicPaper
impl StructuralPartialEq for SchematicPaper
Auto Trait Implementations§
impl Freeze for SchematicPaper
impl RefUnwindSafe for SchematicPaper
impl Send for SchematicPaper
impl Sync for SchematicPaper
impl Unpin for SchematicPaper
impl UnsafeUnpin for SchematicPaper
impl UnwindSafe for SchematicPaper
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