pub struct SidecarCapacity {
pub scheme: String,
pub carriers: Vec<String>,
pub carrier_pixels: usize,
pub carrier_pairs: usize,
pub capacity_bits: usize,
pub capacity_bytes: usize,
pub bits_per_pair: f64,
pub two_bit_pairs: usize,
}Fields§
§scheme: String§carriers: Vec<String>§carrier_pixels: usize§carrier_pairs: usize§capacity_bits: usize§capacity_bytes: usize§bits_per_pair: f64§two_bit_pairs: usizeTrait Implementations§
Source§impl Clone for SidecarCapacity
impl Clone for SidecarCapacity
Source§fn clone(&self) -> SidecarCapacity
fn clone(&self) -> SidecarCapacity
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 SidecarCapacity
impl Debug for SidecarCapacity
Auto Trait Implementations§
impl Freeze for SidecarCapacity
impl RefUnwindSafe for SidecarCapacity
impl Send for SidecarCapacity
impl Sync for SidecarCapacity
impl Unpin for SidecarCapacity
impl UnsafeUnpin for SidecarCapacity
impl UnwindSafe for SidecarCapacity
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