#[repr(i32)]pub enum AVHMACType {
AV_HMAC_MD5 = 0,
AV_HMAC_SHA1 = 1,
AV_HMAC_SHA224 = 2,
AV_HMAC_SHA256 = 3,
AV_HMAC_SHA384 = 4,
AV_HMAC_SHA512 = 5,
}展开描述
@defgroup lavu_hmac HMAC @ingroup lavu_crypto @{
Variants§
AV_HMAC_MD5 = 0
AV_HMAC_SHA1 = 1
AV_HMAC_SHA224 = 2
AV_HMAC_SHA256 = 3
AV_HMAC_SHA384 = 4
AV_HMAC_SHA512 = 5
trait 实现§
源代码§impl Clone for AVHMACType
impl Clone for AVHMACType
源代码§fn clone(&self) -> AVHMACType
fn clone(&self) -> AVHMACType
Returns a duplicate of the value. 阅读更多
1.0.0 · 源代码§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
从
source 执行拷贝赋值。 阅读更多源代码§impl Hash for AVHMACType
impl Hash for AVHMACType
源代码§impl PartialEq for AVHMACType
impl PartialEq for AVHMACType
impl Copy for AVHMACType
impl Eq for AVHMACType
impl StructuralPartialEq for AVHMACType
自动 trait 实现§
impl Freeze for AVHMACType
impl RefUnwindSafe for AVHMACType
impl Send for AVHMACType
impl Sync for AVHMACType
impl Unpin for AVHMACType
impl UnsafeUnpin for AVHMACType
impl UnwindSafe for AVHMACType
blanket 实现§
源代码§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
源代码§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
从拥有的值可变地借用。 阅读更多