#[repr(C)]pub struct PDRect {
pub x: f32,
pub y: f32,
pub width: f32,
pub height: f32,
}Fields§
§x: f32§y: f32§width: f32§height: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for PDRect
impl RefUnwindSafe for PDRect
impl Send for PDRect
impl Sync for PDRect
impl Unpin for PDRect
impl UnwindSafe for PDRect
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