Struct docx_rust::formatting::IndentLevel
source · pub struct IndentLevel {
pub value: isize,
}
Expand description
Indent Level
use docx_rust::formatting::*;
let lvl = IndentLevel::from(42isize);
Fields§
§value: isize
Trait Implementations§
source§impl Clone for IndentLevel
impl Clone for IndentLevel
source§fn clone(&self) -> IndentLevel
fn clone(&self) -> IndentLevel
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 IndentLevel
impl Debug for IndentLevel
source§impl Default for IndentLevel
impl Default for IndentLevel
source§fn default() -> IndentLevel
fn default() -> IndentLevel
Returns the “default value” for a type. Read more