#[repr(C)]pub struct cipher_definition_t {
pub type_: cipher_type_t,
pub info: *const cipher_info_t,
}Fields§
§type_: cipher_type_t§info: *const cipher_info_tTrait Implementations§
Source§impl Clone for cipher_definition_t
impl Clone for cipher_definition_t
Source§fn clone(&self) -> cipher_definition_t
fn clone(&self) -> cipher_definition_t
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 cipher_definition_t
impl Default for cipher_definition_t
impl Copy for cipher_definition_t
Auto Trait Implementations§
impl Freeze for cipher_definition_t
impl RefUnwindSafe for cipher_definition_t
impl !Send for cipher_definition_t
impl !Sync for cipher_definition_t
impl Unpin for cipher_definition_t
impl UnwindSafe for cipher_definition_t
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