Struct byondapi_sys::CByondValueList
source · #[repr(C)]pub struct CByondValueList {
pub items: *mut CByondValue,
pub count: u4c,
pub capacity: u4c,
}
Fields§
§items: *mut CByondValue
§count: u4c
§capacity: u4c
Trait Implementations§
source§impl Clone for CByondValueList
impl Clone for CByondValueList
source§fn clone(&self) -> CByondValueList
fn clone(&self) -> CByondValueList
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 CByondValueList
impl Debug for CByondValueList
impl Copy for CByondValueList
Auto Trait Implementations§
impl RefUnwindSafe for CByondValueList
impl !Send for CByondValueList
impl !Sync for CByondValueList
impl Unpin for CByondValueList
impl UnwindSafe for CByondValueList
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