Struct wolfssl_sys::Asn1PrintOptions
source · #[repr(C)]pub struct Asn1PrintOptions {
pub offset: word32,
pub length: word32,
pub indent: word8,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub __bindgen_padding_0: u16,
}Fields§
§offset: word32§length: word32§indent: word8§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>§__bindgen_padding_0: u16Implementations§
source§impl Asn1PrintOptions
impl Asn1PrintOptions
pub fn draw_branch(&self) -> word8
pub fn set_draw_branch(&mut self, val: word8)
pub fn show_data(&self) -> word8
pub fn set_show_data(&mut self, val: word8)
pub fn show_header_data(&self) -> word8
pub fn set_show_header_data(&mut self, val: word8)
pub fn show_oid(&self) -> word8
pub fn set_show_oid(&mut self, val: word8)
pub fn show_no_text(&self) -> word8
pub fn set_show_no_text(&mut self, val: word8)
pub fn show_no_dump_text(&self) -> word8
pub fn set_show_no_dump_text(&mut self, val: word8)
pub fn new_bitfield_1( draw_branch: word8, show_data: word8, show_header_data: word8, show_oid: word8, show_no_text: word8, show_no_dump_text: word8, ) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
source§impl Clone for Asn1PrintOptions
impl Clone for Asn1PrintOptions
source§fn clone(&self) -> Asn1PrintOptions
fn clone(&self) -> Asn1PrintOptions
Returns a copy 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 Debug for Asn1PrintOptions
impl Debug for Asn1PrintOptions
impl Copy for Asn1PrintOptions
Auto Trait Implementations§
impl Freeze for Asn1PrintOptions
impl RefUnwindSafe for Asn1PrintOptions
impl Send for Asn1PrintOptions
impl Sync for Asn1PrintOptions
impl Unpin for Asn1PrintOptions
impl UnwindSafe for Asn1PrintOptions
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)