#[repr(C)]pub struct JanetTArrayView {
pub as_: JanetTArrayView__bindgen_ty_1,
pub buffer: *mut JanetTArrayBuffer,
pub size: usize,
pub stride: usize,
pub type_: JanetTArrayType,
}
Fields§
§as_: JanetTArrayView__bindgen_ty_1
§buffer: *mut JanetTArrayBuffer
§size: usize
§stride: usize
§type_: JanetTArrayType
Trait Implementations§
Source§impl Clone for JanetTArrayView
impl Clone for JanetTArrayView
Source§fn clone(&self) -> JanetTArrayView
fn clone(&self) -> JanetTArrayView
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 moreimpl Copy for JanetTArrayView
Auto Trait Implementations§
impl Freeze for JanetTArrayView
impl RefUnwindSafe for JanetTArrayView
impl !Send for JanetTArrayView
impl !Sync for JanetTArrayView
impl Unpin for JanetTArrayView
impl UnwindSafe for JanetTArrayView
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