#[repr(C, packed(4))]pub struct bgencryptionkey {
pub domain_id: i64,
pub base_key_id: u64,
pub base_kcv: u32,
pub random_salt: u64,
pub base_key: FDBKey,
}
Fields§
§domain_id: i64
§base_key_id: u64
§base_kcv: u32
§random_salt: u64
§base_key: FDBKey
Trait Implementations§
source§impl Clone for bgencryptionkey
impl Clone for bgencryptionkey
source§fn clone(&self) -> bgencryptionkey
fn clone(&self) -> bgencryptionkey
Returns a copy 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 bgencryptionkey
impl Debug for bgencryptionkey
impl Copy for bgencryptionkey
Auto Trait Implementations§
impl Freeze for bgencryptionkey
impl RefUnwindSafe for bgencryptionkey
impl !Send for bgencryptionkey
impl !Sync for bgencryptionkey
impl Unpin for bgencryptionkey
impl UnwindSafe for bgencryptionkey
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)