aws_lc_sys

Type Alias CBB

Source
pub type CBB = cbb_st;

Aliased Type§

struct CBB {
    pub child: *mut cbb_st,
    pub is_child: i8,
    pub u: cbb_st__bindgen_ty_1,
}

Fields§

§child: *mut cbb_st§is_child: i8§u: cbb_st__bindgen_ty_1

Trait Implementations

Source§

impl Clone for cbb_st

Source§

fn clone(&self) -> cbb_st

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Default for cbb_st

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl Copy for cbb_st