Struct wnfs_unixfs_file::chunker::Fixed
source · pub struct Fixed {
pub chunk_size: usize,
}
Fields§
§chunk_size: usize
Implementations§
Trait Implementations§
source§impl PartialEq for Fixed
impl PartialEq for Fixed
impl Eq for Fixed
impl StructuralEq for Fixed
impl StructuralPartialEq for Fixed
Auto Trait Implementations§
impl RefUnwindSafe for Fixed
impl Send for Fixed
impl Sync for Fixed
impl Unpin for Fixed
impl UnwindSafe for Fixed
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