Enum extfg_sigma::IsoFieldData
source · Variants§
Implementations§
source§impl IsoFieldData
impl IsoFieldData
pub fn to_string_lossy(self) -> String
pub fn to_cow_str_lossy<'a, 'b: 'a>(&'b self) -> Cow<'a, str>
pub fn as_bytes(&self) -> &[u8] ⓘ
pub fn from_bytes(data: Bytes) -> Self
Trait Implementations§
source§impl Clone for IsoFieldData
impl Clone for IsoFieldData
source§fn clone(&self) -> IsoFieldData
fn clone(&self) -> IsoFieldData
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more