struct FsVerityLayer<H: FsVerityHashValue, const LG_BLKSZ: u8 = 12> {
context: H::Digest,
remaining: usize,
}Fields§
§context: H::Digest§remaining: usizeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<H, const LG_BLKSZ: u8> Freeze for FsVerityLayer<H, LG_BLKSZ>
impl<H, const LG_BLKSZ: u8> RefUnwindSafe for FsVerityLayer<H, LG_BLKSZ>
impl<H, const LG_BLKSZ: u8> Send for FsVerityLayer<H, LG_BLKSZ>
impl<H, const LG_BLKSZ: u8> Sync for FsVerityLayer<H, LG_BLKSZ>
impl<H, const LG_BLKSZ: u8> Unpin for FsVerityLayer<H, LG_BLKSZ>
impl<H, const LG_BLKSZ: u8> UnwindSafe for FsVerityLayer<H, LG_BLKSZ>
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