pub struct FsVerityHasherOptions { /* private fields */ }
Expand description
FsVerityHasherOptions
contains relevant metadata for the FsVerityHasher. The salt
is set
according to the FsverityMetadata struct stored in fxfs and block_size
is that of the
filesystem.
Implementations§
Trait Implementations§
Source§impl Clone for FsVerityHasherOptions
impl Clone for FsVerityHasherOptions
Source§fn clone(&self) -> FsVerityHasherOptions
fn clone(&self) -> FsVerityHasherOptions
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 moreAuto Trait Implementations§
impl Freeze for FsVerityHasherOptions
impl RefUnwindSafe for FsVerityHasherOptions
impl Send for FsVerityHasherOptions
impl Sync for FsVerityHasherOptions
impl Unpin for FsVerityHasherOptions
impl UnwindSafe for FsVerityHasherOptions
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
)