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