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