#[repr(C)]pub struct zvec_int64_array_t {
pub data: *const i64,
pub length: usize,
}Expand description
A view of an int64 array (non-owning).
Fields§
§data: *const i64§length: usizeAuto Trait Implementations§
impl !Send for zvec_int64_array_t
impl !Sync for zvec_int64_array_t
impl Freeze for zvec_int64_array_t
impl RefUnwindSafe for zvec_int64_array_t
impl Unpin for zvec_int64_array_t
impl UnsafeUnpin for zvec_int64_array_t
impl UnwindSafe for zvec_int64_array_t
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