#[repr(C)]pub struct ssl_flight_item {
pub p: *mut c_uchar,
pub len: usize,
pub type_: c_uchar,
pub next: *mut ssl_flight_item,
}Fields§
§p: *mut c_uchar§len: usize§type_: c_uchar§next: *mut ssl_flight_itemTrait Implementations§
Source§impl Clone for ssl_flight_item
impl Clone for ssl_flight_item
Source§fn clone(&self) -> ssl_flight_item
fn clone(&self) -> ssl_flight_item
Returns a duplicate 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 Default for ssl_flight_item
impl Default for ssl_flight_item
impl Copy for ssl_flight_item
Auto Trait Implementations§
impl Freeze for ssl_flight_item
impl RefUnwindSafe for ssl_flight_item
impl !Send for ssl_flight_item
impl !Sync for ssl_flight_item
impl Unpin for ssl_flight_item
impl UnwindSafe for ssl_flight_item
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