#[repr(C)]pub struct Clay_ElementId {
pub id: u32,
pub offset: u32,
pub baseId: u32,
pub stringId: Clay_String,
}Fields§
§id: u32§offset: u32§baseId: u32§stringId: Clay_StringTrait Implementations§
Source§impl Clone for Clay_ElementId
impl Clone for Clay_ElementId
Source§fn clone(&self) -> Clay_ElementId
fn clone(&self) -> Clay_ElementId
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 Clay_ElementId
impl Debug for Clay_ElementId
impl Copy for Clay_ElementId
Auto Trait Implementations§
impl Freeze for Clay_ElementId
impl RefUnwindSafe for Clay_ElementId
impl !Send for Clay_ElementId
impl !Sync for Clay_ElementId
impl Unpin for Clay_ElementId
impl UnwindSafe for Clay_ElementId
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