pub struct BorderWidth {
pub left: u16,
pub right: u16,
pub top: u16,
pub bottom: u16,
pub between_children: u16,
}Fields§
§left: u16§right: u16§top: u16§bottom: u16§between_children: u16Implementations§
Trait Implementations§
Source§impl Clone for BorderWidth
impl Clone for BorderWidth
Source§fn clone(&self) -> BorderWidth
fn clone(&self) -> BorderWidth
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BorderWidth
impl Debug for BorderWidth
Source§impl Default for BorderWidth
impl Default for BorderWidth
Source§fn default() -> BorderWidth
fn default() -> BorderWidth
Returns the “default value” for a type. Read more
impl Copy for BorderWidth
Auto Trait Implementations§
impl Freeze for BorderWidth
impl RefUnwindSafe for BorderWidth
impl Send for BorderWidth
impl Sync for BorderWidth
impl Unpin for BorderWidth
impl UnsafeUnpin for BorderWidth
impl UnwindSafe for BorderWidth
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