pub type StringType = BNStringType;
Aliased Type§
enum StringType {
AsciiString = 0,
Utf16String = 1,
Utf32String = 2,
Utf8String = 3,
}
Variants§
Trait Implementations
source§impl Clone for BNStringType
impl Clone for BNStringType
source§fn clone(&self) -> BNStringType
fn clone(&self) -> BNStringType
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