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