Trait zero_copy_pads::UnitPad[][src]

pub trait UnitPad<Value: Width, PadBlock: Display>: Unit + Pad<Value, PadBlock> { }

All pre-defined zero-sized Pad types in this crate implement this trait.

Implementors

impl<Value: Width, PadBlock: Display> UnitPad<Value, PadBlock> for AlignCenterLeft[src]

impl<Value: Width, PadBlock: Display> UnitPad<Value, PadBlock> for AlignCenterRight[src]

impl<Value: Width, PadBlock: Display> UnitPad<Value, PadBlock> for AlignLeft[src]

impl<Value: Width, PadBlock: Display> UnitPad<Value, PadBlock> for AlignRight[src]

Loading content...