Struct comfy_wgpu::Rect
source · pub struct Rect {
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 RefUnwindSafe for Rect
impl Send for Rect
impl Sync for Rect
impl Unpin for Rect
impl UnwindSafe for Rect
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