pub struct DpOffset {
pub x: Dp,
pub y: Dp,
}Expand description
Density-independent offset for shadows.
Fields§
§x: Dp§y: DpImplementations§
Trait Implementations§
impl Copy for DpOffset
impl StructuralPartialEq for DpOffset
Auto Trait Implementations§
impl Freeze for DpOffset
impl RefUnwindSafe for DpOffset
impl Send for DpOffset
impl Sync for DpOffset
impl Unpin for DpOffset
impl UnsafeUnpin for DpOffset
impl UnwindSafe for DpOffset
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