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