pub struct NewArray {
pub class_desc: ClassDescRef,
pub handle: u32,
pub size: u32,
pub values: ArrayValues,
}Expand description
TC_ARRAY: new array.
Fields§
§class_desc: ClassDescRef§handle: u32§size: u32§values: ArrayValuesImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NewArray
impl RefUnwindSafe for NewArray
impl Send for NewArray
impl Sync for NewArray
impl Unpin for NewArray
impl UnsafeUnpin for NewArray
impl UnwindSafe for NewArray
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