pub struct SidecarDecodeResult {
pub ok: bool,
pub descriptor: Value,
pub validation: SidecarContainerValidation,
pub bts1_byte_length: usize,
pub sha256: String,
pub carrier_pixels: usize,
pub carrier_pairs: usize,
pub capacity_bytes: usize,
}Fields§
§ok: bool§descriptor: Value§validation: SidecarContainerValidation§bts1_byte_length: usize§sha256: String§carrier_pixels: usize§carrier_pairs: usize§capacity_bytes: usizeTrait Implementations§
Source§impl Clone for SidecarDecodeResult
impl Clone for SidecarDecodeResult
Source§fn clone(&self) -> SidecarDecodeResult
fn clone(&self) -> SidecarDecodeResult
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 SidecarDecodeResult
impl Debug for SidecarDecodeResult
Auto Trait Implementations§
impl Freeze for SidecarDecodeResult
impl RefUnwindSafe for SidecarDecodeResult
impl Send for SidecarDecodeResult
impl Sync for SidecarDecodeResult
impl Unpin for SidecarDecodeResult
impl UnsafeUnpin for SidecarDecodeResult
impl UnwindSafe for SidecarDecodeResult
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