#[repr(C)]pub struct asn1_bitstring {
pub len: usize,
pub unused_bits: c_uchar,
pub p: *mut c_uchar,
}Fields§
§len: usize§unused_bits: c_uchar§p: *mut c_ucharTrait Implementations§
Source§impl Clone for asn1_bitstring
impl Clone for asn1_bitstring
Source§fn clone(&self) -> asn1_bitstring
fn clone(&self) -> asn1_bitstring
Returns a duplicate 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 Default for asn1_bitstring
impl Default for asn1_bitstring
impl Copy for asn1_bitstring
Auto Trait Implementations§
impl Freeze for asn1_bitstring
impl RefUnwindSafe for asn1_bitstring
impl !Send for asn1_bitstring
impl !Sync for asn1_bitstring
impl Unpin for asn1_bitstring
impl UnwindSafe for asn1_bitstring
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