#[repr(C)]pub struct Clay_ClipElementConfig {
pub horizontal: bool,
pub vertical: bool,
pub childOffset: Clay_Vector2,
}Fields§
§horizontal: bool§vertical: bool§childOffset: Clay_Vector2Trait Implementations§
Source§impl Clone for Clay_ClipElementConfig
impl Clone for Clay_ClipElementConfig
Source§fn clone(&self) -> Clay_ClipElementConfig
fn clone(&self) -> Clay_ClipElementConfig
Returns a duplicate 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_ClipElementConfig
impl Debug for Clay_ClipElementConfig
impl Copy for Clay_ClipElementConfig
Auto Trait Implementations§
impl Freeze for Clay_ClipElementConfig
impl RefUnwindSafe for Clay_ClipElementConfig
impl Send for Clay_ClipElementConfig
impl Sync for Clay_ClipElementConfig
impl Unpin for Clay_ClipElementConfig
impl UnwindSafe for Clay_ClipElementConfig
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