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