pub struct PqcFormatHandle { /* private fields */ }Expand description
Opaque handle to PqcBinaryFormat
Auto Trait Implementations§
impl Freeze for PqcFormatHandle
impl RefUnwindSafe for PqcFormatHandle
impl Send for PqcFormatHandle
impl Sync for PqcFormatHandle
impl Unpin for PqcFormatHandle
impl UnwindSafe for PqcFormatHandle
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