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