#[repr(C)]pub struct Clay__Clay_ElementDataWrapper {
pub wrapped: Clay_ElementData,
}Fields§
§wrapped: Clay_ElementDataTrait Implementations§
Source§impl Clone for Clay__Clay_ElementDataWrapper
impl Clone for Clay__Clay_ElementDataWrapper
Source§fn clone(&self) -> Clay__Clay_ElementDataWrapper
fn clone(&self) -> Clay__Clay_ElementDataWrapper
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 moreimpl Copy for Clay__Clay_ElementDataWrapper
Auto Trait Implementations§
impl Freeze for Clay__Clay_ElementDataWrapper
impl RefUnwindSafe for Clay__Clay_ElementDataWrapper
impl Send for Clay__Clay_ElementDataWrapper
impl Sync for Clay__Clay_ElementDataWrapper
impl Unpin for Clay__Clay_ElementDataWrapper
impl UnwindSafe for Clay__Clay_ElementDataWrapper
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