#[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) -> byte
pub fn set_draw_branch(&mut self, val: byte)
pub unsafe fn draw_branch_raw(this: *const Self) -> byte
pub unsafe fn set_draw_branch_raw(this: *mut Self, val: byte)
pub fn show_data(&self) -> byte
pub fn set_show_data(&mut self, val: byte)
pub unsafe fn show_data_raw(this: *const Self) -> byte
pub unsafe fn set_show_data_raw(this: *mut Self, val: byte)
pub fn show_header_data(&self) -> byte
pub fn set_show_header_data(&mut self, val: byte)
pub unsafe fn show_header_data_raw(this: *const Self) -> byte
pub unsafe fn set_show_header_data_raw(this: *mut Self, val: byte)
pub fn show_oid(&self) -> byte
pub fn set_show_oid(&mut self, val: byte)
pub unsafe fn show_oid_raw(this: *const Self) -> byte
pub unsafe fn set_show_oid_raw(this: *mut Self, val: byte)
pub fn show_no_text(&self) -> byte
pub fn set_show_no_text(&mut self, val: byte)
pub unsafe fn show_no_text_raw(this: *const Self) -> byte
pub unsafe fn set_show_no_text_raw(this: *mut Self, val: byte)
pub fn show_no_dump_text(&self) -> byte
pub fn set_show_no_dump_text(&mut self, val: byte)
pub unsafe fn show_no_dump_text_raw(this: *const Self) -> byte
pub unsafe fn set_show_no_dump_text_raw(this: *mut Self, val: byte)
pub fn new_bitfield_1( draw_branch: byte, show_data: byte, show_header_data: byte, show_oid: byte, show_no_text: byte, show_no_dump_text: byte, ) -> __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 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 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 UnsafeUnpin 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