#[repr(C)]pub struct switch_crypto_key_material_s {
pub method: switch_rtp_crypto_key_param_method_type_t,
pub raw_key: [c_uchar; 64],
pub crypto_key: *mut c_char,
pub lifetime: u64,
pub mki_id: c_uint,
pub mki_size: c_uint,
pub next: *mut switch_crypto_key_material_s,
}Fields§
§method: switch_rtp_crypto_key_param_method_type_t§raw_key: [c_uchar; 64]§crypto_key: *mut c_char§lifetime: u64§mki_id: c_uint§mki_size: c_uint§next: *mut switch_crypto_key_material_sTrait Implementations§
Source§impl Clone for switch_crypto_key_material_s
impl Clone for switch_crypto_key_material_s
Source§fn clone(&self) -> switch_crypto_key_material_s
fn clone(&self) -> switch_crypto_key_material_s
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 Debug for switch_crypto_key_material_s
impl Debug for switch_crypto_key_material_s
impl Copy for switch_crypto_key_material_s
Auto Trait Implementations§
impl Freeze for switch_crypto_key_material_s
impl RefUnwindSafe for switch_crypto_key_material_s
impl !Send for switch_crypto_key_material_s
impl !Sync for switch_crypto_key_material_s
impl Unpin for switch_crypto_key_material_s
impl UnsafeUnpin for switch_crypto_key_material_s
impl UnwindSafe for switch_crypto_key_material_s
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