pub struct Ext4Hash {
pub md5: bool,
pub sha1: bool,
pub sha256: bool,
}Fields§
§md5: bool§sha1: bool§sha256: boolAuto Trait Implementations§
impl Freeze for Ext4Hash
impl RefUnwindSafe for Ext4Hash
impl Send for Ext4Hash
impl Sync for Ext4Hash
impl Unpin for Ext4Hash
impl UnwindSafe for Ext4Hash
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