#[repr(C)]pub struct TensorMapBuilder {
pub fbb_: *mut FlatBufferBuilder,
pub start_: uoffset_t,
}Fields§
§fbb_: *mut FlatBufferBuilder§start_: uoffset_tTrait Implementations§
Source§impl Clone for TensorMapBuilder
impl Clone for TensorMapBuilder
Source§fn clone(&self) -> TensorMapBuilder
fn clone(&self) -> TensorMapBuilder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TensorMapBuilder
Source§impl Debug for TensorMapBuilder
impl Debug for TensorMapBuilder
Source§impl Default for TensorMapBuilder
impl Default for TensorMapBuilder
impl Eq for TensorMapBuilder
Source§impl PartialEq for TensorMapBuilder
impl PartialEq for TensorMapBuilder
Source§fn eq(&self, other: &TensorMapBuilder) -> bool
fn eq(&self, other: &TensorMapBuilder) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TensorMapBuilder
Auto Trait Implementations§
impl !Send for TensorMapBuilder
impl !Sync for TensorMapBuilder
impl Freeze for TensorMapBuilder
impl RefUnwindSafe for TensorMapBuilder
impl Unpin for TensorMapBuilder
impl UnsafeUnpin for TensorMapBuilder
impl UnwindSafe for TensorMapBuilder
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