#[repr(C)]pub struct KeyProviderOptions {
pub shared_key: bool,
pub ratchet_window_size: i32,
pub ratchet_salt: Vec<u8>,
pub failure_tolerance: i32,
}Fields§
§ratchet_window_size: i32§ratchet_salt: Vec<u8>§failure_tolerance: i32Trait Implementations§
Source§impl Debug for KeyProviderOptions
impl Debug for KeyProviderOptions
Source§impl ExternType for KeyProviderOptions
impl ExternType for KeyProviderOptions
Auto Trait Implementations§
impl Freeze for KeyProviderOptions
impl RefUnwindSafe for KeyProviderOptions
impl Send for KeyProviderOptions
impl Sync for KeyProviderOptions
impl Unpin for KeyProviderOptions
impl UnwindSafe for KeyProviderOptions
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