pub struct Vision10dEntry {Show 13 fields
pub path: String,
pub filename: String,
pub media_digest_hex: Option<String>,
pub size_bytes: u64,
pub section_count: u32,
pub has_mesh: bool,
pub has_tensor_nodes: bool,
pub has_provenance: bool,
pub crc_valid: bool,
pub compiled_digest_hex: Option<String>,
pub mesh_vertices: Option<u32>,
pub mesh_triangles: Option<u32>,
pub node_count: Option<u32>,
}Fields§
§path: String§filename: String§media_digest_hex: Option<String>§size_bytes: u64§section_count: u32§has_mesh: bool§has_tensor_nodes: bool§has_provenance: bool§crc_valid: bool§compiled_digest_hex: Option<String>§mesh_vertices: Option<u32>§mesh_triangles: Option<u32>§node_count: Option<u32>Trait Implementations§
Source§impl Clone for Vision10dEntry
impl Clone for Vision10dEntry
Source§fn clone(&self) -> Vision10dEntry
fn clone(&self) -> Vision10dEntry
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 moreSource§impl Debug for Vision10dEntry
impl Debug for Vision10dEntry
Auto Trait Implementations§
impl Freeze for Vision10dEntry
impl RefUnwindSafe for Vision10dEntry
impl Send for Vision10dEntry
impl Sync for Vision10dEntry
impl Unpin for Vision10dEntry
impl UnsafeUnpin for Vision10dEntry
impl UnwindSafe for Vision10dEntry
Blanket Implementations§
§impl<S, A> Aggregate<Result<S, Error>> for Awhere
A: Aggregate<S>,
impl<S, A> Aggregate<Result<S, Error>> for Awhere
A: Aggregate<S>,
Aggregate shares in an MPC protocol.
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more