pub struct UIntBytes<'a> { /* private fields */ }
Expand description
“Big” unsigned ASN.1 INTEGER
type.
Provides direct access to the underlying big endian bytes which comprise an unsigned integer value.
Intended for use cases like very large integers that are used in cryptographic applications (e.g. keys, signatures).
Implementations§
Trait Implementations§
source§impl<'a> DecodeValue<'a> for UIntBytes<'a>
impl<'a> DecodeValue<'a> for UIntBytes<'a>
source§impl<'a> EncodeValue for UIntBytes<'a>
impl<'a> EncodeValue for UIntBytes<'a>
source§impl<'a> PartialOrd for UIntBytes<'a>
impl<'a> PartialOrd for UIntBytes<'a>
impl<'a> Copy for UIntBytes<'a>
impl<'a> Eq for UIntBytes<'a>
impl<'a> StructuralPartialEq for UIntBytes<'a>
Auto Trait Implementations§
impl<'a> Freeze for UIntBytes<'a>
impl<'a> RefUnwindSafe for UIntBytes<'a>
impl<'a> Send for UIntBytes<'a>
impl<'a> Sync for UIntBytes<'a>
impl<'a> Unpin for UIntBytes<'a>
impl<'a> UnwindSafe for UIntBytes<'a>
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)