[][src]Struct dia_args::docs::Cfg

pub struct Cfg { /* fields omitted */ }

Configuration

Default values

NameValue
Tab length4
Tab level0
Columns128

Methods

impl Cfg[src]

pub const fn new(tab_len: usize, tab_level: u8, columns: usize) -> Self[src]

pub fn tab_len(&self) -> usize[src]

pub fn tab_level(&self) -> u8[src]

pub fn increment_level(&self) -> Self[src]

Increments level

This function uses saturating_add() while incrementing level.

pub fn columns(&self) -> usize[src]

Trait Implementations

impl Default for Cfg[src]

impl Debug for Cfg[src]

Auto Trait Implementations

impl Send for Cfg

impl Sync for Cfg

impl Unpin for Cfg

impl UnwindSafe for Cfg

impl RefUnwindSafe for Cfg

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]