pub struct Padding {
pub top: u8,
pub right: u8,
pub bottom: u8,
pub left: u8,
}
Expand description
Padding inside the banner outline.
Fields§
§top: u8
Top padding.
right: u8
Right padding.
bottom: u8
Bottom padding.
left: u8
Left padding.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Padding
impl RefUnwindSafe for Padding
impl Send for Padding
impl Sync for Padding
impl Unpin for Padding
impl UnwindSafe for Padding
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