Struct boring_sys_imp::cbb_st
source · #[repr(C)]pub struct cbb_st {
pub base: *mut cbb_buffer_st,
pub child: *mut CBB,
pub offset: usize,
pub pending_len_len: u8,
pub pending_is_asn1: c_char,
pub is_child: c_char,
}Fields§
§base: *mut cbb_buffer_st§child: *mut CBB§offset: usize§pending_len_len: u8§pending_is_asn1: c_char§is_child: c_charTrait Implementations§
source§impl PartialEq for cbb_st
impl PartialEq for cbb_st
impl Copy for cbb_st
impl Eq for cbb_st
impl StructuralEq for cbb_st
impl StructuralPartialEq for cbb_st
Auto Trait Implementations§
impl RefUnwindSafe for cbb_st
impl !Send for cbb_st
impl !Sync for cbb_st
impl Unpin for cbb_st
impl UnwindSafe for cbb_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