#[repr(C)]pub struct switch_rtp_crypto_key {
pub index: u32,
pub type_: switch_rtp_crypto_key_type_t,
pub keysalt: [c_uchar; 64],
pub keylen: switch_size_t,
pub next: *mut switch_rtp_crypto_key,
}Fields§
§index: u32§type_: switch_rtp_crypto_key_type_t§keysalt: [c_uchar; 64]§keylen: switch_size_t§next: *mut switch_rtp_crypto_keyTrait Implementations§
Source§impl Clone for switch_rtp_crypto_key
impl Clone for switch_rtp_crypto_key
Source§fn clone(&self) -> switch_rtp_crypto_key
fn clone(&self) -> switch_rtp_crypto_key
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_rtp_crypto_key
impl Debug for switch_rtp_crypto_key
Source§impl Default for switch_rtp_crypto_key
impl Default for switch_rtp_crypto_key
impl Copy for switch_rtp_crypto_key
Auto Trait Implementations§
impl Freeze for switch_rtp_crypto_key
impl RefUnwindSafe for switch_rtp_crypto_key
impl !Send for switch_rtp_crypto_key
impl !Sync for switch_rtp_crypto_key
impl Unpin for switch_rtp_crypto_key
impl UnsafeUnpin for switch_rtp_crypto_key
impl UnwindSafe for switch_rtp_crypto_key
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