pub struct TextElementConfig { /* private fields */ }Trait Implementations§
Source§impl From<TextElementConfig> for *mut Clay_TextElementConfig
impl From<TextElementConfig> for *mut Clay_TextElementConfig
Source§fn from(value: TextElementConfig) -> Self
fn from(value: TextElementConfig) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TextElementConfig
impl RefUnwindSafe for TextElementConfig
impl !Send for TextElementConfig
impl !Sync for TextElementConfig
impl Unpin for TextElementConfig
impl UnwindSafe for TextElementConfig
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