[][src]Struct basn1::Integer

pub struct Integer(_);

Implementations

impl Integer[src]

pub fn to_u128(&self) -> Option<u128>[src]

pub fn to_u64(&self) -> Option<u64>[src]

pub fn to_u32(&self) -> Option<u32>[src]

pub fn to_u16(&self) -> Option<u16>[src]

pub fn to_u8(&self) -> Option<u8>[src]

Trait Implementations

impl AsRef<[u8]> for Integer[src]

impl Debug for Integer[src]

impl Eq for Integer[src]

impl Hash for Integer[src]

impl PartialEq<Integer> for Integer[src]

impl StructuralEq for Integer[src]

impl StructuralPartialEq for Integer[src]

Auto Trait Implementations

impl Send for Integer

impl Sync for Integer

impl Unpin for Integer

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]