aws_lc_sys

Type Alias BIO

Source
pub type BIO = bio_st;

Aliased Type§

struct BIO {
Show 14 fields pub method: *const bio_method_st, pub ex_data: crypto_ex_data_st, pub callback_ex: Option<unsafe extern "C" fn(_: *mut bio_st, _: i32, _: *const i8, _: usize, _: i32, _: i64, _: i32, _: *mut usize) -> i64>, pub cb_arg: *mut i8, pub init: i32, pub shutdown: i32, pub flags: i32, pub retry_reason: i32, pub num: i32, pub references: u32, pub ptr: *mut c_void, pub next_bio: *mut bio_st, pub num_read: u64, pub num_write: u64,
}

Fields§

§method: *const bio_method_st§ex_data: crypto_ex_data_st§callback_ex: Option<unsafe extern "C" fn(_: *mut bio_st, _: i32, _: *const i8, _: usize, _: i32, _: i64, _: i32, _: *mut usize) -> i64>§cb_arg: *mut i8§init: i32§shutdown: i32§flags: i32§retry_reason: i32§num: i32§references: u32§ptr: *mut c_void§next_bio: *mut bio_st§num_read: u64§num_write: u64

Trait Implementations

Source§

impl Clone for bio_st

Source§

fn clone(&self) -> bio_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 Debug for bio_st

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for bio_st

Source§

fn default() -> Self

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

impl PartialEq for bio_st

Source§

fn eq(&self, other: &bio_st) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Copy for bio_st

Source§

impl Eq for bio_st

Source§

impl StructuralPartialEq for bio_st