#[repr(C)]pub struct Clay__Clay_FloatingElementConfigWrapper {
pub wrapped: Clay_FloatingElementConfig,
}Fields§
§wrapped: Clay_FloatingElementConfigTrait Implementations§
Source§impl Clone for Clay__Clay_FloatingElementConfigWrapper
impl Clone for Clay__Clay_FloatingElementConfigWrapper
Source§fn clone(&self) -> Clay__Clay_FloatingElementConfigWrapper
fn clone(&self) -> Clay__Clay_FloatingElementConfigWrapper
Returns a duplicate 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_FloatingElementConfigWrapper
Auto Trait Implementations§
impl Freeze for Clay__Clay_FloatingElementConfigWrapper
impl RefUnwindSafe for Clay__Clay_FloatingElementConfigWrapper
impl Send for Clay__Clay_FloatingElementConfigWrapper
impl Sync for Clay__Clay_FloatingElementConfigWrapper
impl Unpin for Clay__Clay_FloatingElementConfigWrapper
impl UnwindSafe for Clay__Clay_FloatingElementConfigWrapper
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