pub struct Keybagv5Metadata {
pub uuid: Keybagv5Item,
pub hmac: Keybagv5Item,
pub wrap: Keybagv5Item,
pub salt: Keybagv5Item,
pub iter: Keybagv5Item,
pub grce: Keybagv5Item,
pub cfgf: Keybagv5Item,
pub tkmt: Keybagv5Item,
pub usid: Keybagv5Item,
pub grid: Keybagv5Item,
}
Expand description
Keybag Metadata
This data is always comes after the bag type and version
Fields§
§uuid: Keybagv5Item
§hmac: Keybagv5Item
§wrap: Keybagv5Item
§salt: Keybagv5Item
§iter: Keybagv5Item
§grce: Keybagv5Item
§cfgf: Keybagv5Item
§tkmt: Keybagv5Item
§usid: Keybagv5Item
§grid: Keybagv5Item
Trait Implementations§
Source§impl Debug for Keybagv5Metadata
impl Debug for Keybagv5Metadata
Source§impl Default for Keybagv5Metadata
impl Default for Keybagv5Metadata
Source§fn default() -> Keybagv5Metadata
fn default() -> Keybagv5Metadata
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Keybagv5Metadata
impl RefUnwindSafe for Keybagv5Metadata
impl Send for Keybagv5Metadata
impl Sync for Keybagv5Metadata
impl Unpin for Keybagv5Metadata
impl UnwindSafe for Keybagv5Metadata
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