pub struct GHashState { /* private fields */ }Expand description
Saved hash state.
Trait Implementations§
Source§impl Clone for GHashState
impl Clone for GHashState
Source§fn clone(&self) -> GHashState
fn clone(&self) -> GHashState
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 GHashState
impl Debug for GHashState
Source§impl Default for GHashState
impl Default for GHashState
Source§fn default() -> GHashState
fn default() -> GHashState
Returns the “default value” for a type. Read more
Source§impl Drop for GHashState
impl Drop for GHashState
impl ZeroizeOnDrop for GHashState
Available on crate feature
zeroize only.Auto Trait Implementations§
impl Freeze for GHashState
impl RefUnwindSafe for GHashState
impl Send for GHashState
impl Sync for GHashState
impl Unpin for GHashState
impl UnwindSafe for GHashState
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