pub struct DpRect {
pub left: Dp,
pub top: Dp,
pub right: Dp,
pub bottom: Dp,
}Expand description
Dp-space bounds (Compose DpRect).
Fields§
§left: Dp§top: Dp§right: Dp§bottom: DpImplementations§
Trait Implementations§
impl Copy for DpRect
impl StructuralPartialEq for DpRect
Auto Trait Implementations§
impl Freeze for DpRect
impl RefUnwindSafe for DpRect
impl Send for DpRect
impl Sync for DpRect
impl Unpin for DpRect
impl UnsafeUnpin for DpRect
impl UnwindSafe for DpRect
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