#[repr(C)]pub union Clay_ElementConfigUnion {
pub rectangleElementConfig: *mut Clay_RectangleElementConfig,
pub textElementConfig: *mut Clay_TextElementConfig,
pub imageElementConfig: *mut Clay_ImageElementConfig,
pub floatingElementConfig: *mut Clay_FloatingElementConfig,
pub customElementConfig: *mut Clay_CustomElementConfig,
pub scrollElementConfig: *mut Clay_ScrollElementConfig,
pub borderElementConfig: *mut Clay_BorderElementConfig,
}Fields§
§rectangleElementConfig: *mut Clay_RectangleElementConfig§textElementConfig: *mut Clay_TextElementConfig§imageElementConfig: *mut Clay_ImageElementConfig§floatingElementConfig: *mut Clay_FloatingElementConfig§customElementConfig: *mut Clay_CustomElementConfig§scrollElementConfig: *mut Clay_ScrollElementConfig§borderElementConfig: *mut Clay_BorderElementConfigTrait Implementations§
Source§impl Clone for Clay_ElementConfigUnion
impl Clone for Clay_ElementConfigUnion
Source§fn clone(&self) -> Clay_ElementConfigUnion
fn clone(&self) -> Clay_ElementConfigUnion
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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_ElementConfigUnion
Auto Trait Implementations§
impl Freeze for Clay_ElementConfigUnion
impl RefUnwindSafe for Clay_ElementConfigUnion
impl !Send for Clay_ElementConfigUnion
impl !Sync for Clay_ElementConfigUnion
impl Unpin for Clay_ElementConfigUnion
impl UnsafeUnpin for Clay_ElementConfigUnion
impl UnwindSafe for Clay_ElementConfigUnion
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