pub struct Integer {
pub id: u64,
pub class: TagClass,
pub inner: i64,
}Expand description
Integer value.
Fields§
§id: u64§class: TagClass§inner: i64Trait Implementations§
Source§impl ASNTag for Integer
impl ASNTag for Integer
Source§fn into_structure(self) -> StructureTag
fn into_structure(self) -> StructureTag
Encode yourself into a generic Tag format. Read more
impl Copy for Integer
impl StructuralPartialEq for Integer
Auto Trait Implementations§
impl Freeze for Integer
impl RefUnwindSafe for Integer
impl Send for Integer
impl Sync for Integer
impl Unpin for Integer
impl UnsafeUnpin for Integer
impl UnwindSafe for Integer
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