#[repr(u32)]pub enum BNStringType {
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 moresource§impl Debug for BNStringType
impl Debug for BNStringType
source§impl Hash for BNStringType
impl Hash for BNStringType
source§impl PartialEq for BNStringType
impl PartialEq for BNStringType
impl Copy for BNStringType
impl Eq for BNStringType
impl StructuralPartialEq for BNStringType
Auto Trait Implementations§
impl Freeze for BNStringType
impl RefUnwindSafe for BNStringType
impl Send for BNStringType
impl Sync for BNStringType
impl Unpin for BNStringType
impl UnwindSafe for BNStringType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)