pub struct UvRect {
pub u0: f32,
pub v0: f32,
pub u1: f32,
pub v1: f32,
}Fields§
§u0: f32§v0: f32§u1: f32§v1: f32Implementations§
Trait Implementations§
impl Copy for UvRect
impl StructuralPartialEq for UvRect
Auto Trait Implementations§
impl Freeze for UvRect
impl RefUnwindSafe for UvRect
impl Send for UvRect
impl Sync for UvRect
impl Unpin for UvRect
impl UnsafeUnpin for UvRect
impl UnwindSafe for UvRect
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