Struct stencil::padding::P1 [] [src]

pub struct P1 {}

padding one element

Trait Implementations

impl Clone for P1
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for P1
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for P1
[src]

impl LessEq<P1> for P1
[src]

impl LessEq<P2> for P1
[src]

impl LessEq<P3> for P1
[src]

impl GreaterEq<P1> for P1
[src]

impl GreaterEq<P1> for P2
[src]

impl GreaterEq<P1> for P3
[src]

impl Padding for P1
[src]

[src]

Length of padding

Auto Trait Implementations

impl Send for P1

impl Sync for P1