Struct quadtree_simple::Qrect
source · pub struct Qrect {
pub x: f32,
pub y: f32,
pub w: f32,
pub h: f32,
}Fields§
§x: f32§y: f32§w: f32§h: f32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Qrect
impl RefUnwindSafe for Qrect
impl Send for Qrect
impl Sync for Qrect
impl Unpin for Qrect
impl UnwindSafe for Qrect
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