#[repr(i32)]pub enum _STORAGE_IDENTIFIER_CODE_SET {
StorageIdCodeSetReserved = 0,
StorageIdCodeSetBinary = 1,
StorageIdCodeSetAscii = 2,
StorageIdCodeSetUtf8 = 3,
}Variants§
StorageIdCodeSetReserved = 0
StorageIdCodeSetBinary = 1
StorageIdCodeSetAscii = 2
StorageIdCodeSetUtf8 = 3
Trait Implementations§
Source§impl Clone for _STORAGE_IDENTIFIER_CODE_SET
impl Clone for _STORAGE_IDENTIFIER_CODE_SET
Source§fn clone(&self) -> _STORAGE_IDENTIFIER_CODE_SET
fn clone(&self) -> _STORAGE_IDENTIFIER_CODE_SET
Returns a duplicate 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 _STORAGE_IDENTIFIER_CODE_SET
impl Debug for _STORAGE_IDENTIFIER_CODE_SET
Source§impl Hash for _STORAGE_IDENTIFIER_CODE_SET
impl Hash for _STORAGE_IDENTIFIER_CODE_SET
Source§impl PartialEq for _STORAGE_IDENTIFIER_CODE_SET
impl PartialEq for _STORAGE_IDENTIFIER_CODE_SET
Source§fn eq(&self, other: &_STORAGE_IDENTIFIER_CODE_SET) -> bool
fn eq(&self, other: &_STORAGE_IDENTIFIER_CODE_SET) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for _STORAGE_IDENTIFIER_CODE_SET
impl Eq for _STORAGE_IDENTIFIER_CODE_SET
impl StructuralPartialEq for _STORAGE_IDENTIFIER_CODE_SET
Auto Trait Implementations§
impl Freeze for _STORAGE_IDENTIFIER_CODE_SET
impl RefUnwindSafe for _STORAGE_IDENTIFIER_CODE_SET
impl Send for _STORAGE_IDENTIFIER_CODE_SET
impl Sync for _STORAGE_IDENTIFIER_CODE_SET
impl Unpin for _STORAGE_IDENTIFIER_CODE_SET
impl UnwindSafe for _STORAGE_IDENTIFIER_CODE_SET
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