#[repr(transparent)]pub struct FrameCryptionState {
pub repr: i32,
}Fields§
§repr: i32Implementations§
Source§impl FrameCryptionState
impl FrameCryptionState
pub const New: Self
pub const Ok: Self
pub const EncryptionFailed: Self
pub const DecryptionFailed: Self
pub const MissingKey: Self
pub const KeyRatcheted: Self
pub const InternalError: Self
Trait Implementations§
Source§impl Clone for FrameCryptionState
impl Clone for FrameCryptionState
Source§impl Debug for FrameCryptionState
impl Debug for FrameCryptionState
Source§impl ExternType for FrameCryptionState
impl ExternType for FrameCryptionState
Source§impl PartialEq for FrameCryptionState
impl PartialEq for FrameCryptionState
impl Copy for FrameCryptionState
impl Eq for FrameCryptionState
impl StructuralPartialEq for FrameCryptionState
Auto Trait Implementations§
impl Freeze for FrameCryptionState
impl RefUnwindSafe for FrameCryptionState
impl Send for FrameCryptionState
impl Sync for FrameCryptionState
impl Unpin for FrameCryptionState
impl UnwindSafe for FrameCryptionState
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