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: u4cTrait Implementations§
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