pub struct RectPx {
pub x: u32,
pub y: u32,
pub w: u32,
pub h: u32,
}Fields§
§x: u32§y: u32§w: u32§h: u32Implementations§
Trait Implementations§
impl Copy for RectPx
impl Eq for RectPx
impl StructuralPartialEq for RectPx
Auto Trait Implementations§
impl Freeze for RectPx
impl RefUnwindSafe for RectPx
impl Send for RectPx
impl Sync for RectPx
impl Unpin for RectPx
impl UnsafeUnpin for RectPx
impl UnwindSafe for RectPx
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