#[repr(C)]pub struct EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM {
pub out: *mut u8,
pub inp: *const u8,
pub len: usize,
pub interleave: u32,
}
Fields§
§out: *mut u8
§inp: *const u8
§len: usize
§interleave: u32
Trait Implementations§
Source§impl Clone for EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM
impl Clone for EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM
Source§fn clone(&self) -> EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM
fn clone(&self) -> EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM
Returns a copy 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 moreimpl Copy for EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM
Auto Trait Implementations§
impl Freeze for EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM
impl RefUnwindSafe for EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM
impl !Send for EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM
impl !Sync for EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM
impl Unpin for EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM
impl UnwindSafe for EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM
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