Struct stencil::padding::P2 [] [src]

pub struct P2 {}

padding two element

Trait Implementations

impl Clone for P2
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for P2
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for P2
[src]

impl LessEq<P2> for P1
[src]

impl LessEq<P2> for P2
[src]

impl LessEq<P3> for P2
[src]

impl GreaterEq<P1> for P2
[src]

impl GreaterEq<P2> for P2
[src]

impl GreaterEq<P2> for P3
[src]

impl Padding for P2
[src]

[src]

Length of padding

Auto Trait Implementations

impl Send for P2

impl Sync for P2