pub struct SlotDefect {
pub slot: u32,
pub defect: SuperblockDefect,
}Expand description
A defect tagged with the candidate-slot index it was found at (I106).
Fields§
§slot: u32§defect: SuperblockDefectTrait Implementations§
Source§impl Clone for SlotDefect
impl Clone for SlotDefect
Source§fn clone(&self) -> SlotDefect
fn clone(&self) -> SlotDefect
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SlotDefect
Source§impl Debug for SlotDefect
impl Debug for SlotDefect
impl Eq for SlotDefect
Source§impl PartialEq for SlotDefect
impl PartialEq for SlotDefect
impl StructuralPartialEq for SlotDefect
Auto Trait Implementations§
impl Freeze for SlotDefect
impl RefUnwindSafe for SlotDefect
impl Send for SlotDefect
impl Sync for SlotDefect
impl Unpin for SlotDefect
impl UnsafeUnpin for SlotDefect
impl UnwindSafe for SlotDefect
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