pub struct Dxf {
pub font: Option<Font>,
pub num_fmt: Option<NumFmt>,
pub fill: Option<Fill>,
pub border: Option<Border>,
}Expand description
Individual differential format.
Fields§
§font: Option<Font>§num_fmt: Option<NumFmt>§fill: Option<Fill>§border: Option<Border>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Dxf
impl<'de> Deserialize<'de> for Dxf
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
impl StructuralPartialEq for Dxf
Auto Trait Implementations§
impl Freeze for Dxf
impl RefUnwindSafe for Dxf
impl Send for Dxf
impl Sync for Dxf
impl Unpin for Dxf
impl UnwindSafe for Dxf
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