Struct docx_rust::web_settings::WebSettings
source · pub struct WebSettings {
pub optimize_for_browser: Option<OptimizeForBrowser>,
pub rely_on_vml: Option<RelyOnVml>,
pub allow_png: Option<AllowPNG>,
}
Expand description
The root element of the main document part.
Fields§
§optimize_for_browser: Option<OptimizeForBrowser>
§rely_on_vml: Option<RelyOnVml>
§allow_png: Option<AllowPNG>
Trait Implementations§
source§impl Clone for WebSettings
impl Clone for WebSettings
source§fn clone(&self) -> WebSettings
fn clone(&self) -> WebSettings
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 WebSettings
impl Debug for WebSettings
source§impl Default for WebSettings
impl Default for WebSettings
source§fn default() -> WebSettings
fn default() -> WebSettings
Returns the “default value” for a type. Read more