pub struct DVSEventArray { /* private fields */ }Expand description
An array of DVS Events in an image structure HxW
Implementations§
Trait Implementations§
Source§impl Drop for DVSEventArray
impl Drop for DVSEventArray
Source§fn drop(self: &mut DVSEventArray)
fn drop(self: &mut DVSEventArray)
Synthesized destructor.
Source§impl ExternType for DVSEventArray
impl ExternType for DVSEventArray
Source§impl MakeCppStorage for DVSEventArray
impl MakeCppStorage for DVSEventArray
Source§unsafe fn allocate_uninitialized_cpp_storage() -> *mut DVSEventArray
unsafe fn allocate_uninitialized_cpp_storage() -> *mut DVSEventArray
Allocates heap space for this type in C++ and return a pointer
to that space, but do not initialize that space (i.e. do not
yet call a constructor). Read more
Source§unsafe fn free_uninitialized_cpp_storage(arg0: *mut DVSEventArray)
unsafe fn free_uninitialized_cpp_storage(arg0: *mut DVSEventArray)
Frees a C++ allocation which has not yet
had a constructor called. Read more
impl UniquePtrTarget for DVSEventArray
impl WeakPtrTarget for DVSEventArray
Auto Trait Implementations§
impl !Freeze for DVSEventArray
impl !RefUnwindSafe for DVSEventArray
impl !Send for DVSEventArray
impl !Sync for DVSEventArray
impl !Unpin for DVSEventArray
impl UnsafeUnpin for DVSEventArray
impl UnwindSafe for DVSEventArray
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