#[repr(C)]pub struct Clay_ElementData {
pub boundingBox: Clay_BoundingBox,
pub found: bool,
}Fields§
§boundingBox: Clay_BoundingBox§found: boolTrait Implementations§
Source§impl Clone for Clay_ElementData
impl Clone for Clay_ElementData
Source§fn clone(&self) -> Clay_ElementData
fn clone(&self) -> Clay_ElementData
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_ElementData
impl Debug for Clay_ElementData
impl Copy for Clay_ElementData
Auto Trait Implementations§
impl Freeze for Clay_ElementData
impl RefUnwindSafe for Clay_ElementData
impl Send for Clay_ElementData
impl Sync for Clay_ElementData
impl Unpin for Clay_ElementData
impl UnwindSafe for Clay_ElementData
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