pub struct IkeTransformPRFType(pub u16);
Expand description
Tuple Fields§
§0: u16
Implementations§
Source§impl IkeTransformPRFType
impl IkeTransformPRFType
pub const PRF_NULL: IkeTransformPRFType
pub const PRF_HMAC_MD5: IkeTransformPRFType
pub const PRF_HMAC_SHA1: IkeTransformPRFType
pub const PRF_HMAC_TIGER: IkeTransformPRFType
pub const PRF_AES128_XCBC: IkeTransformPRFType
pub const PRF_HMAC_SHA2_256: IkeTransformPRFType
pub const PRF_HMAC_SHA2_384: IkeTransformPRFType
pub const PRF_HMAC_SHA2_512: IkeTransformPRFType
pub const PRF_AES128_CMAC: IkeTransformPRFType
Source§impl IkeTransformPRFType
impl IkeTransformPRFType
pub fn is_unassigned(self) -> bool
pub fn is_private_use(self) -> bool
Trait Implementations§
Source§impl Clone for IkeTransformPRFType
impl Clone for IkeTransformPRFType
Source§fn clone(&self) -> IkeTransformPRFType
fn clone(&self) -> IkeTransformPRFType
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 IkeTransformPRFType
impl Debug for IkeTransformPRFType
Source§impl Display for IkeTransformPRFType
impl Display for IkeTransformPRFType
Source§impl PartialEq for IkeTransformPRFType
impl PartialEq for IkeTransformPRFType
impl Copy for IkeTransformPRFType
impl Eq for IkeTransformPRFType
impl StructuralPartialEq for IkeTransformPRFType
Auto Trait Implementations§
impl Freeze for IkeTransformPRFType
impl RefUnwindSafe for IkeTransformPRFType
impl Send for IkeTransformPRFType
impl Sync for IkeTransformPRFType
impl Unpin for IkeTransformPRFType
impl UnwindSafe for IkeTransformPRFType
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