#[repr(C)]pub struct ov_encryption_callbacks {
pub encrypt_func: encryption_func,
pub decrypt_func: encryption_func,
}Fields§
§encrypt_func: encryption_func§decrypt_func: encryption_funcTrait Implementations§
Source§impl Clone for ov_encryption_callbacks
impl Clone for ov_encryption_callbacks
Source§fn clone(&self) -> ov_encryption_callbacks
fn clone(&self) -> ov_encryption_callbacks
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 ov_encryption_callbacks
impl Debug for ov_encryption_callbacks
impl Copy for ov_encryption_callbacks
Auto Trait Implementations§
impl Freeze for ov_encryption_callbacks
impl RefUnwindSafe for ov_encryption_callbacks
impl Send for ov_encryption_callbacks
impl Sync for ov_encryption_callbacks
impl Unpin for ov_encryption_callbacks
impl UnwindSafe for ov_encryption_callbacks
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