#[repr(C)]pub struct Clay__AlignClay_TextElementConfig {
pub c: c_char,
pub x: Clay_TextElementConfig,
}Fields§
§c: c_char§x: Clay_TextElementConfigTrait Implementations§
Source§impl Clone for Clay__AlignClay_TextElementConfig
impl Clone for Clay__AlignClay_TextElementConfig
Source§fn clone(&self) -> Clay__AlignClay_TextElementConfig
fn clone(&self) -> Clay__AlignClay_TextElementConfig
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__AlignClay_TextElementConfig
Auto Trait Implementations§
impl Freeze for Clay__AlignClay_TextElementConfig
impl RefUnwindSafe for Clay__AlignClay_TextElementConfig
impl Send for Clay__AlignClay_TextElementConfig
impl Sync for Clay__AlignClay_TextElementConfig
impl Unpin for Clay__AlignClay_TextElementConfig
impl UnwindSafe for Clay__AlignClay_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