#[repr(u32)]pub enum BNIntegerDisplayType {
Show 13 variants
DefaultIntegerDisplayType = 0,
BinaryDisplayType = 1,
SignedOctalDisplayType = 2,
UnsignedOctalDisplayType = 3,
SignedDecimalDisplayType = 4,
UnsignedDecimalDisplayType = 5,
SignedHexadecimalDisplayType = 6,
UnsignedHexadecimalDisplayType = 7,
CharacterConstantDisplayType = 8,
PointerDisplayType = 9,
FloatDisplayType = 10,
DoubleDisplayType = 11,
EnumerationDisplayType = 12,
}
Variants§
DefaultIntegerDisplayType = 0
BinaryDisplayType = 1
SignedOctalDisplayType = 2
UnsignedOctalDisplayType = 3
SignedDecimalDisplayType = 4
UnsignedDecimalDisplayType = 5
SignedHexadecimalDisplayType = 6
UnsignedHexadecimalDisplayType = 7
CharacterConstantDisplayType = 8
PointerDisplayType = 9
FloatDisplayType = 10
DoubleDisplayType = 11
EnumerationDisplayType = 12
Trait Implementations§
source§impl Clone for BNIntegerDisplayType
impl Clone for BNIntegerDisplayType
source§fn clone(&self) -> BNIntegerDisplayType
fn clone(&self) -> BNIntegerDisplayType
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 BNIntegerDisplayType
impl Debug for BNIntegerDisplayType
source§impl Hash for BNIntegerDisplayType
impl Hash for BNIntegerDisplayType
source§impl PartialEq for BNIntegerDisplayType
impl PartialEq for BNIntegerDisplayType
impl Copy for BNIntegerDisplayType
impl Eq for BNIntegerDisplayType
impl StructuralPartialEq for BNIntegerDisplayType
Auto Trait Implementations§
impl Freeze for BNIntegerDisplayType
impl RefUnwindSafe for BNIntegerDisplayType
impl Send for BNIntegerDisplayType
impl Sync for BNIntegerDisplayType
impl Unpin for BNIntegerDisplayType
impl UnwindSafe for BNIntegerDisplayType
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
)