Struct boring_sys::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_stchild: *mut CBBoffset: usizepending_len_len: u8pending_is_asn1: c_charis_child: c_charTrait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more