pub struct DisplayBorder {
pub left: u32,
pub right: u32,
pub bottom: u32,
pub top: u32,
pub gap: u32,
}
Fields§
§left: u32
§right: u32
§bottom: u32
§top: u32
§gap: u32
Trait Implementations§
Source§impl Clone for DisplayBorder
impl Clone for DisplayBorder
Source§fn clone(&self) -> DisplayBorder
fn clone(&self) -> DisplayBorder
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 moreAuto Trait Implementations§
impl Freeze for DisplayBorder
impl RefUnwindSafe for DisplayBorder
impl Send for DisplayBorder
impl Sync for DisplayBorder
impl Unpin for DisplayBorder
impl UnwindSafe for DisplayBorder
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