#[repr(C)]pub struct Clay_CustomElementConfig {
pub customData: *mut c_void,
}Fields§
§customData: *mut c_voidTrait Implementations§
Source§impl Clone for Clay_CustomElementConfig
impl Clone for Clay_CustomElementConfig
Source§fn clone(&self) -> Clay_CustomElementConfig
fn clone(&self) -> Clay_CustomElementConfig
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 moreSource§impl Debug for Clay_CustomElementConfig
impl Debug for Clay_CustomElementConfig
Source§impl From<Clay_CustomElementConfig> for Custom
impl From<Clay_CustomElementConfig> for Custom
Source§fn from(value: Clay_CustomElementConfig) -> Self
fn from(value: Clay_CustomElementConfig) -> Self
Converts to this type from the input type.
Source§impl From<Custom> for Clay_CustomElementConfig
impl From<Custom> for Clay_CustomElementConfig
impl Copy for Clay_CustomElementConfig
Auto Trait Implementations§
impl Freeze for Clay_CustomElementConfig
impl RefUnwindSafe for Clay_CustomElementConfig
impl !Send for Clay_CustomElementConfig
impl !Sync for Clay_CustomElementConfig
impl Unpin for Clay_CustomElementConfig
impl UnwindSafe for Clay_CustomElementConfig
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