Struct docx_rust::settings::EmbedSystemFonts
source · pub struct EmbedSystemFonts {
pub val: Option<bool>,
}
Fields§
§val: Option<bool>
Trait Implementations§
source§impl Clone for EmbedSystemFonts
impl Clone for EmbedSystemFonts
source§fn clone(&self) -> EmbedSystemFonts
fn clone(&self) -> EmbedSystemFonts
Returns a copy 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 EmbedSystemFonts
impl Debug for EmbedSystemFonts
source§impl Default for EmbedSystemFonts
impl Default for EmbedSystemFonts
source§fn default() -> EmbedSystemFonts
fn default() -> EmbedSystemFonts
Returns the “default value” for a type. Read more