#[repr(C)]pub struct WhiskerValueArray {
pub items: *mut WhiskerValueRaw,
pub count: usize,
}Expand description
struct WhiskerValueArrayRec — pointer to count
WhiskerValueRaw items.
Fields§
§items: *mut WhiskerValueRaw§count: usizeTrait Implementations§
Source§impl Clone for WhiskerValueArray
impl Clone for WhiskerValueArray
Source§fn clone(&self) -> WhiskerValueArray
fn clone(&self) -> WhiskerValueArray
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WhiskerValueArray
Auto Trait Implementations§
impl !Send for WhiskerValueArray
impl !Sync for WhiskerValueArray
impl Freeze for WhiskerValueArray
impl RefUnwindSafe for WhiskerValueArray
impl Unpin for WhiskerValueArray
impl UnsafeUnpin for WhiskerValueArray
impl UnwindSafe for WhiskerValueArray
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