pub struct Paddings {
pub l: Length,
pub r: Length,
pub t: Length,
pub b: Length,
}Expand description
paddings (horzBox.ml’s paddingL/R/T/B).
Fields§
§l: Length§r: Length§t: Length§b: LengthTrait Implementations§
impl Copy for Paddings
impl StructuralPartialEq for Paddings
Auto Trait Implementations§
impl Freeze for Paddings
impl RefUnwindSafe for Paddings
impl Send for Paddings
impl Sync for Paddings
impl Unpin for Paddings
impl UnsafeUnpin for Paddings
impl UnwindSafe for Paddings
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more