Struct wolfssl_sys::WOLFSSL_ASN1_INTEGER
source · [−]#[repr(C)]pub struct WOLFSSL_ASN1_INTEGER {
pub intData: [c_uchar; 20],
pub negative: c_uchar,
pub data: *mut c_uchar,
pub dataMax: c_uint,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub length: c_int,
pub type_: c_int,
}Fields
intData: [c_uchar; 20]negative: c_uchardata: *mut c_uchardataMax: c_uint_bitfield_align_1: [u8; 0]_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>length: c_inttype_: c_intImplementations
sourceimpl WOLFSSL_ASN1_INTEGER
impl WOLFSSL_ASN1_INTEGER
pub fn isDynamic(&self) -> c_uint
pub fn set_isDynamic(&mut self, val: c_uint)
pub fn new_bitfield_1(isDynamic: c_uint) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations
sourceimpl Clone for WOLFSSL_ASN1_INTEGER
impl Clone for WOLFSSL_ASN1_INTEGER
sourcefn clone(&self) -> WOLFSSL_ASN1_INTEGER
fn clone(&self) -> WOLFSSL_ASN1_INTEGER
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for WOLFSSL_ASN1_INTEGER
impl Debug for WOLFSSL_ASN1_INTEGER
impl Copy for WOLFSSL_ASN1_INTEGER
Auto Trait Implementations
impl RefUnwindSafe for WOLFSSL_ASN1_INTEGER
impl !Send for WOLFSSL_ASN1_INTEGER
impl !Sync for WOLFSSL_ASN1_INTEGER
impl Unpin for WOLFSSL_ASN1_INTEGER
impl UnwindSafe for WOLFSSL_ASN1_INTEGER
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more