Docs.rs
caffe2op-dataset-0.1.5-alpha.0
caffe2op-dataset 0.1.5-alpha.0
Docs.rs crate page
BSD-3-Clause
Links
Repository
crates.io
Source
Owners
klebs6-x
Dependencies
caffe2-context ^0.1.5-alpha.0
normal
caffe2-imports ^0.1.5-alpha.0
normal
caffe2-operator ^0.1.5-alpha.0
normal
caffe2-serde ^0.1.5-alpha.0
normal
caffe2-tensor ^0.1.5-alpha.0
normal
caffe2-util ^0.1.5-alpha.0
normal
Versions
0%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
SharedTensorVectorPtrSerializer
Methods
serialize
Auto Trait Implementations
!RefUnwindSafe
!Send
!Sized
!Sync
!Unpin
!UnwindSafe
Blanket Implementations
Any
Borrow<T>
BorrowMut<T>
In caffe2op_dataset
?
Struct
caffe2op_dataset
::
SharedTensorVectorPtrSerializer
source
·
[
−
]
pub struct SharedTensorVectorPtrSerializer { /* private fields */ }
Implementations
§
source
§
impl
SharedTensorVectorPtrSerializer
source
pub fn
serialize
( &mut self, pointer:
*const
c_void
, type_meta:
TypeMeta
, name: &
String
, acceptor:
SerializationAcceptor
)
Auto Trait Implementations
§
§
impl !
RefUnwindSafe
for
SharedTensorVectorPtrSerializer
§
impl !
Send
for
SharedTensorVectorPtrSerializer
§
impl !
Sized
for
SharedTensorVectorPtrSerializer
§
impl !
Sync
for
SharedTensorVectorPtrSerializer
§
impl !
Unpin
for
SharedTensorVectorPtrSerializer
§
impl !
UnwindSafe
for
SharedTensorVectorPtrSerializer
Blanket Implementations
§
source
§
impl<T>
Any
for T
where T: 'static + ?
Sized
,
source
§
fn
type_id
(&self) ->
TypeId
Gets the
TypeId
of
self
.
Read more
source
§
impl<T>
Borrow
<T> for T
where T: ?
Sized
,
const:
unstable
·
source
§
fn
borrow
(&self) ->
&T
Immutably borrows from an owned value.
Read more
source
§
impl<T>
BorrowMut
<T> for T
where T: ?
Sized
,
const:
unstable
·
source
§
fn
borrow_mut
(&mut self) ->
&mut T
Mutably borrows from an owned value.
Read more