pub struct SectorMarker<'a> { /* private fields */ }
Expand description
A type to mark sectors that have been read by a layer as part of a
LayerIo::read
operation.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for SectorMarker<'a>
impl<'a> RefUnwindSafe for SectorMarker<'a>
impl<'a> Send for SectorMarker<'a>
impl<'a> Sync for SectorMarker<'a>
impl<'a> Unpin for SectorMarker<'a>
impl<'a> !UnwindSafe for SectorMarker<'a>
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