struct Block<Item> {
    offset: usize,
    bytes: Item,
}Fields§
§offset: usize§bytes: ItemTrait Implementations§
Auto Trait Implementations§
impl<Item> Freeze for Block<Item>where
    Item: Freeze,
impl<Item> RefUnwindSafe for Block<Item>where
    Item: RefUnwindSafe,
impl<Item> Send for Block<Item>where
    Item: Send,
impl<Item> Sync for Block<Item>where
    Item: Sync,
impl<Item> Unpin for Block<Item>where
    Item: Unpin,
impl<Item> UnwindSafe for Block<Item>where
    Item: UnwindSafe,
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