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