#[repr(C)]pub struct ET_OptionalTensorRef {
pub ptr: *const c_void,
}Fields§
§ptr: *const c_voidTrait Implementations§
Source§impl Clone for ET_OptionalTensorRef
impl Clone for ET_OptionalTensorRef
impl Copy for ET_OptionalTensorRef
Auto Trait Implementations§
impl !Send for ET_OptionalTensorRef
impl !Sync for ET_OptionalTensorRef
impl Freeze for ET_OptionalTensorRef
impl RefUnwindSafe for ET_OptionalTensorRef
impl Unpin for ET_OptionalTensorRef
impl UnsafeUnpin for ET_OptionalTensorRef
impl UnwindSafe for ET_OptionalTensorRef
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