Struct layout_engine::layout::TRBL
source · [−]Expand description
A struct to represent top, right, bottom and left.
This isn’t used inside layout_engine
Fields
top: usizeright: usizebottom: usizeleft: usizeImplementations
Trait Implementations
sourceimpl AddAssign<TRBL> for TRBL
impl AddAssign<TRBL> for TRBL
sourcefn add_assign(&mut self, other: Self)
fn add_assign(&mut self, other: Self)
Performs the += operation. Read more
sourceimpl SubAssign<TRBL> for TRBL
impl SubAssign<TRBL> for TRBL
sourcefn sub_assign(&mut self, other: Self)
fn sub_assign(&mut self, other: Self)
Performs the -= operation. Read more
impl Copy for TRBL
impl StructuralPartialEq for TRBL
Auto Trait Implementations
impl RefUnwindSafe for TRBL
impl Send for TRBL
impl Sync for TRBL
impl Unpin for TRBL
impl UnwindSafe for TRBL
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more