Struct stencil::padding::P3 [] [src]

pub struct P3 {}

padding three element

Trait Implementations

impl Clone for P3
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for P3
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for P3
[src]

impl LessEq<P3> for P1
[src]

impl LessEq<P3> for P2
[src]

impl LessEq<P3> for P3
[src]

impl GreaterEq<P1> for P3
[src]

impl GreaterEq<P2> for P3
[src]

impl GreaterEq<P3> for P3
[src]

impl Padding for P3
[src]

[src]

Length of padding

Auto Trait Implementations

impl Send for P3

impl Sync for P3