#[repr(C)]pub struct Clay_ElementIdArray {
pub capacity: i32,
pub length: i32,
pub internalArray: *mut Clay_ElementId,
}Fields§
§capacity: i32§length: i32§internalArray: *mut Clay_ElementIdTrait Implementations§
Source§impl Clone for Clay_ElementIdArray
impl Clone for Clay_ElementIdArray
Source§fn clone(&self) -> Clay_ElementIdArray
fn clone(&self) -> Clay_ElementIdArray
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_ElementIdArray
impl Debug for Clay_ElementIdArray
impl Copy for Clay_ElementIdArray
Auto Trait Implementations§
impl Freeze for Clay_ElementIdArray
impl RefUnwindSafe for Clay_ElementIdArray
impl !Send for Clay_ElementIdArray
impl !Sync for Clay_ElementIdArray
impl Unpin for Clay_ElementIdArray
impl UnwindSafe for Clay_ElementIdArray
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