#[repr(C)]pub struct bgencryptionctx {
pub present: fdb_bool_t,
pub textKey: FDBBGEncryptionKey,
pub textKCV: u32,
pub headerKey: FDBBGEncryptionKey,
pub headerKCV: u32,
pub iv: FDBKey,
}Fields§
§present: fdb_bool_t§textKey: FDBBGEncryptionKey§textKCV: u32§headerKey: FDBBGEncryptionKey§headerKCV: u32§iv: FDBKeyTrait Implementations§
Source§impl Clone for bgencryptionctx
impl Clone for bgencryptionctx
Source§fn clone(&self) -> bgencryptionctx
fn clone(&self) -> bgencryptionctx
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for bgencryptionctx
Auto Trait Implementations§
impl !Send for bgencryptionctx
impl !Sync for bgencryptionctx
impl Freeze for bgencryptionctx
impl RefUnwindSafe for bgencryptionctx
impl Unpin for bgencryptionctx
impl UnsafeUnpin for bgencryptionctx
impl UnwindSafe for bgencryptionctx
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