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