#[repr(C)]pub struct cbb_child_st {
pub base: *mut cbb_buffer_st,
pub offset: usize,
pub pending_len_len: u8,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub __bindgen_padding_0: [u16; 3],
}
Fields§
§base: *mut cbb_buffer_st
§offset: usize
§pending_len_len: u8
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>
§__bindgen_padding_0: [u16; 3]
Implementations§
Source§impl cbb_child_st
impl cbb_child_st
pub fn pending_is_asn1(&self) -> c_uint
pub fn set_pending_is_asn1(&mut self, val: c_uint)
pub fn new_bitfield_1(pending_is_asn1: c_uint) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
Source§impl Clone for cbb_child_st
impl Clone for cbb_child_st
Source§fn clone(&self) -> cbb_child_st
fn clone(&self) -> cbb_child_st
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 cbb_child_st
impl Debug for cbb_child_st
Source§impl Default for cbb_child_st
impl Default for cbb_child_st
Source§impl PartialEq for cbb_child_st
impl PartialEq for cbb_child_st
impl Copy for cbb_child_st
impl Eq for cbb_child_st
impl StructuralPartialEq for cbb_child_st
Auto Trait Implementations§
impl Freeze for cbb_child_st
impl RefUnwindSafe for cbb_child_st
impl !Send for cbb_child_st
impl !Sync for cbb_child_st
impl Unpin for cbb_child_st
impl UnwindSafe for cbb_child_st
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