pub struct TelepenMeta {
pub check: bool,
}Expand description
Parameters required to re-encode a Telepen symbol identically.
Fields§
§check: boolWhether a trailing modulo-127 check character is present.
Trait Implementations§
Source§impl Clone for TelepenMeta
impl Clone for TelepenMeta
Source§fn clone(&self) -> TelepenMeta
fn clone(&self) -> TelepenMeta
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 TelepenMeta
impl Debug for TelepenMeta
Source§impl Default for TelepenMeta
impl Default for TelepenMeta
Source§fn default() -> TelepenMeta
fn default() -> TelepenMeta
Returns the “default value” for a type. Read more
impl Eq for TelepenMeta
Source§impl PartialEq for TelepenMeta
impl PartialEq for TelepenMeta
impl StructuralPartialEq for TelepenMeta
Auto Trait Implementations§
impl Freeze for TelepenMeta
impl RefUnwindSafe for TelepenMeta
impl Send for TelepenMeta
impl Sync for TelepenMeta
impl Unpin for TelepenMeta
impl UnsafeUnpin for TelepenMeta
impl UnwindSafe for TelepenMeta
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