#[repr(C)]pub struct Clay_ElementConfig {
pub type_: Clay__ElementConfigType,
pub config: Clay_ElementConfigUnion,
}Fields§
§type_: Clay__ElementConfigType§config: Clay_ElementConfigUnionTrait Implementations§
Source§impl Clone for Clay_ElementConfig
impl Clone for Clay_ElementConfig
Source§fn clone(&self) -> Clay_ElementConfig
fn clone(&self) -> Clay_ElementConfig
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_ElementConfig
Auto Trait Implementations§
impl Freeze for Clay_ElementConfig
impl RefUnwindSafe for Clay_ElementConfig
impl !Send for Clay_ElementConfig
impl !Sync for Clay_ElementConfig
impl Unpin for Clay_ElementConfig
impl UnwindSafe for Clay_ElementConfig
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