#[repr(C)]pub struct Clay_BoundingBox {
pub x: f32,
pub y: f32,
pub width: f32,
pub height: f32,
}Fields§
§x: f32§y: f32§width: f32§height: f32Trait Implementations§
Source§impl Clone for Clay_BoundingBox
impl Clone for Clay_BoundingBox
Source§fn clone(&self) -> Clay_BoundingBox
fn clone(&self) -> Clay_BoundingBox
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Clay_BoundingBox
impl Debug for Clay_BoundingBox
Source§impl From<BoundingBox> for Clay_BoundingBox
impl From<BoundingBox> for Clay_BoundingBox
Source§fn from(value: BoundingBox) -> Self
fn from(value: BoundingBox) -> Self
Converts to this type from the input type.
Source§impl From<Clay_BoundingBox> for BoundingBox
impl From<Clay_BoundingBox> for BoundingBox
Source§fn from(value: Clay_BoundingBox) -> Self
fn from(value: Clay_BoundingBox) -> Self
Converts to this type from the input type.
impl Copy for Clay_BoundingBox
Auto Trait Implementations§
impl Freeze for Clay_BoundingBox
impl RefUnwindSafe for Clay_BoundingBox
impl Send for Clay_BoundingBox
impl Sync for Clay_BoundingBox
impl Unpin for Clay_BoundingBox
impl UnwindSafe for Clay_BoundingBox
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