#[repr(C)]pub struct TypedConfig {
pub config_memory: *const u8,
pub id: Clay_ElementId,
pub config_type: ElementConfigType,
}Fields§
§config_memory: *const u8§id: Clay_ElementId§config_type: ElementConfigTypeTrait Implementations§
Source§impl Clone for TypedConfig
impl Clone for TypedConfig
Source§fn clone(&self) -> TypedConfig
fn clone(&self) -> TypedConfig
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 TypedConfig
impl Debug for TypedConfig
impl Copy for TypedConfig
Auto Trait Implementations§
impl Freeze for TypedConfig
impl RefUnwindSafe for TypedConfig
impl !Send for TypedConfig
impl !Sync for TypedConfig
impl Unpin for TypedConfig
impl UnwindSafe for TypedConfig
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