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